Fix comment typo
This commit is contained in:
@@ -865,7 +865,7 @@ void DateTimeTestCase::TestTimeFormat()
|
|||||||
CPPUNIT_ASSERT( dt.ParseFormat("12:23:45.000", "%H:%M:%S.%l") );
|
CPPUNIT_ASSERT( dt.ParseFormat("12:23:45.000", "%H:%M:%S.%l") );
|
||||||
CPPUNIT_ASSERT_EQUAL( 0, dt.GetMillisecond() );
|
CPPUNIT_ASSERT_EQUAL( 0, dt.GetMillisecond() );
|
||||||
|
|
||||||
// test another format modifier not testes above.
|
// test another format modifier not tested above.
|
||||||
CPPUNIT_ASSERT( dt.ParseFormat("23", "%e") );
|
CPPUNIT_ASSERT( dt.ParseFormat("23", "%e") );
|
||||||
CPPUNIT_ASSERT_EQUAL( 23, dt.GetDay() );
|
CPPUNIT_ASSERT_EQUAL( 23, dt.GetDay() );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user