-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Milestone
Description
poco/Foundation/testsuite/src/DateTimeParserTest.cpp
Lines 52 to 60 in c278955
| testBad(DateTimeFormat::ISO8601_FRAC_FORMAT, "2005-01-00T12:30:00Z", tzd); | |
| testBad(DateTimeFormat::ISO8601_FRAC_FORMAT, "2005-01-00T33:30:00Z", tzd); | |
| testBad(DateTimeFormat::ISO8601_FRAC_FORMAT, "2005-01-00T12:80:00Z", tzd); | |
| testBad(DateTimeFormat::ISO8601_FRAC_FORMAT, "2005-01-00T12:30:90Z", tzd); | |
| testBad(DateTimeFormat::ISO8601_FRAC_FORMAT, "2005-01-0012:30:90Z", tzd); | |
| testBad(DateTimeFormat::ISO8601_FRAC_FORMAT, "2005-01-00X12:30:90Z", tzd); | |
| testBad(DateTimeFormat::ISO8601_FRAC_FORMAT, "200501-00T12:30:90Z", tzd); | |
| testBad(DateTimeFormat::ISO8601_FRAC_FORMAT, "2005-0100T12:30:90Z", tzd); | |
| testBad(DateTimeFormat::ISO8601_FRAC_FORMAT, "2005_01+00T12:30:90Z", tzd); |
It looks like these tests succeed for the wrong reason as the day is 00.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels