List:Commits« Previous MessageNext Message »
From:jbalint Date:July 11 2007 3:59pm
Subject:Connector/ODBC 3.51 commit: r563 - trunk/test
View as plain text  
Modified:
   trunk/test/my_bug13766.c
Log:
fix test for bug#13766


Modified: trunk/test/my_bug13766.c
===================================================================
--- trunk/test/my_bug13766.c	2007-07-11 15:50:44 UTC (rev 562)
+++ trunk/test/my_bug13766.c	2007-07-11 15:59:04 UTC (rev 563)
@@ -87,10 +87,10 @@
     /* 0000-10-00 */
     is_num(xdate[i].year, 0);
     is_num(xdate[i].month, 10);
-    is_num(xdate[i].day, 0);
+    is_num(xdate[i].day, 1);
     is_num(xts[i].year, 0);
     is_num(xts[i].month, 10);
-    is_num(xts[i].day, 0);
+    is_num(xts[i].day, 1);
     i++;
     /* 0000-00-10 */
     is_num(xdate[i].year, 0);

Thread
Connector/ODBC 3.51 commit: r563 - trunk/testjbalint11 Jul