Fix comment typo
This commit is contained in:
parent
e375a68371
commit
c82e13068a
1 changed files with 1 additions and 1 deletions
|
|
@ -865,7 +865,7 @@ void DateTimeTestCase::TestTimeFormat()
|
|||
CPPUNIT_ASSERT( dt.ParseFormat("12:23:45.000", "%H:%M:%S.%l") );
|
||||
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_EQUAL( 23, dt.GetDay() );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue