Date: Thursday, May 10, 2007 @ 18:25:49
  Author: marc
    Path: /cvsroot/carob/libmysequoia/test

Modified: TestMySQLAPI.cpp (1.51 -> 1.52)

Formatted similar assertions differently to disambiguate


------------------+
 TestMySQLAPI.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: libmysequoia/test/TestMySQLAPI.cpp
diff -u libmysequoia/test/TestMySQLAPI.cpp:1.51 
libmysequoia/test/TestMySQLAPI.cpp:1.52
--- libmysequoia/test/TestMySQLAPI.cpp:1.51     Fri May  4 22:35:55 2007
+++ libmysequoia/test/TestMySQLAPI.cpp  Thu May 10 18:25:49 2007
@@ -1017,16 +1017,16 @@
   CPPUNIT_ASSERT(mysql_warning_count(mysql) == 0);
 
   CPPUNIT_ASSERT(mysql_query(mysql, "create table t2 (a int)") == 0);
-  CPPUNIT_ASSERT(mysql_warning_count(mysql) == 0);
+  CPPUNIT_ASSERT(mysql_warning_count(mysql) == 00);
 
   CPPUNIT_ASSERT(mysql_query(mysql, "insert into t2 values (1),(2)") == 0);
-  CPPUNIT_ASSERT(mysql_warning_count(mysql) == 0);
+  CPPUNIT_ASSERT(mysql_warning_count(mysql) == 000);
 
   CPPUNIT_ASSERT(mysql_query(mysql, "insert into t1 select * from t2") == 0);
-  CPPUNIT_ASSERT(mysql_warning_count(mysql) == 0);
+  CPPUNIT_ASSERT(mysql_warning_count(mysql) == 0000);
 
   CPPUNIT_ASSERT(mysql_query(mysql, "delete ignore from t1 where t1.a <> 
(select a from t2)") == 0);
-  CPPUNIT_ASSERT(mysql_warning_count(mysql) == 1);
+  CPPUNIT_ASSERT(mysql_warning_count(mysql) == 01);
 }
 
 void TestMySQLAPI::bug_lms_24_test(void)

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to