mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-07 05:58:43 +01:00
trunk/branch integration: unit test integration
This commit is contained in:
@@ -44,12 +44,13 @@ class DateTimeFormatterTest: public CppUnit::TestCase
|
||||
{
|
||||
public:
|
||||
DateTimeFormatterTest(const std::string& name);
|
||||
~DateTimeFormatterTest();
|
||||
~DateTimeFormatterTest();
|
||||
|
||||
void testISO8601();
|
||||
void testRFC822();
|
||||
void testRFC1123();
|
||||
void testHTTP();
|
||||
void testISO8601();
|
||||
void testISO8601Frac();
|
||||
void testRFC822();
|
||||
void testRFC1123();
|
||||
void testHTTP();
|
||||
void testRFC850();
|
||||
void testRFC1036();
|
||||
void testASCTIME();
|
||||
|
||||
Reference in New Issue
Block a user