X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b7d411f1406c470e87be9ab225906ba7fd24aa2..0bf14ab8b14d3a999fe1159d2bec33740e066a53:/tests/datetime/datetimetest.cpp?ds=inline diff --git a/tests/datetime/datetimetest.cpp b/tests/datetime/datetimetest.cpp index c5766444db..d60aae81b6 100644 --- a/tests/datetime/datetimetest.cpp +++ b/tests/datetime/datetimetest.cpp @@ -1101,19 +1101,19 @@ void DateTimeTestCase::TestDateTimeParse() { { "Thu 22 Nov 2007 07:40:00 PM", - { 22, wxDateTime::Nov, 2007, 19, 40, 0 }, + { 22, wxDateTime::Nov, 2007, 19, 40, 0 }, true }, { "2010-01-04 14:30", - { 4, wxDateTime::Jan, 2010, 14, 30, 0 }, + { 4, wxDateTime::Jan, 2010, 14, 30, 0 }, true }, { "bloordyblop", - { }, + { 1, wxDateTime::Jan, 9999, 0, 0, 0}, false }, };