Fix comment typo

This commit is contained in:
Paul Cornett
2021-03-17 10:30:34 -07:00
parent e375a68371
commit c82e13068a

View File

@@ -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() );