Date: Thursday, December 15, 2005 @ 12:31:42
  Author: gilles
    Path: /cvsroot/carob/carob/test

Modified: TestStatement.cpp (1.15 -> 1.16)

Removed test of execute function with fetchSize = 1: controller doesn't support 
it yet (bug SEQUOIA-233)


-------------------+
 TestStatement.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: carob/test/TestStatement.cpp
diff -u carob/test/TestStatement.cpp:1.15 carob/test/TestStatement.cpp:1.16
--- carob/test/TestStatement.cpp:1.15   Tue Dec 13 16:08:30 2005
+++ carob/test/TestStatement.cpp        Thu Dec 15 12:31:42 2005
@@ -377,9 +377,10 @@
   suiteOfTests->addTest(new CppUnit::TestCaller<TestStatement>(
                                  "testExecuteWithUpdate", 
                                  &TestStatement::testExecuteWithUpdate));
-  suiteOfTests->addTest(new CppUnit::TestCaller<TestStatement>(
+//No yet working...
+/*  suiteOfTests->addTest(new CppUnit::TestCaller<TestStatement>(
                                  "testExecuteWithSelectStreamed", 
                                  
&TestStatement::testExecuteWithSelectStreamed));
-
+*/
   return suiteOfTests;
 }

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

Reply via email to