]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/datetime/datetimetest.cpp
wxVariant <-> wxAny conversion functionality. Includes implicit construction of wxAny...
[wxWidgets.git] / tests / datetime / datetimetest.cpp
index c5766444db59857d875a6a8549328e60c7be9b7f..d60aae81b6dc5e9e0550c2499d99c0a9857ac334 100644 (file)
@@ -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
         },
     };