Date: Friday, February 24, 2006 @ 12:58:44
  Author: gilles
    Path: /cvsroot/carob/carob/test

Modified: CarobTestLauncher.cpp (1.22 -> 1.23)

Added testConnect test


-----------------------+
 CarobTestLauncher.cpp |    3 +++
 1 files changed, 3 insertions(+)


Index: carob/test/CarobTestLauncher.cpp
diff -u carob/test/CarobTestLauncher.cpp:1.22 
carob/test/CarobTestLauncher.cpp:1.23
--- carob/test/CarobTestLauncher.cpp:1.22       Tue Feb 14 18:35:47 2006
+++ carob/test/CarobTestLauncher.cpp    Fri Feb 24 12:58:44 2006
@@ -45,6 +45,7 @@
 #include "01-Unit/TestStringCodecs.hpp"
 #include "10-Connection/TestConnect.hpp"
 #include "10-Connection/TestControllerConnectPolicy.hpp"
+#include "10-Connection/TestFailOver.hpp"
 #include "30-ResultSet/TestSimpleUnicode.hpp"
 #include "40-Parameter-PreparedStatement/TestParameterStatement.hpp"
 #include "40-Parameter-PreparedStatement/TestPreparedStatement.hpp"
@@ -79,6 +80,8 @@
   runner.addTest(TestParameterStatement::suite());
   runner.addTest(TestIEEE754::suite());
   runner.addTest(TestControllerConnectPolicy::suite());
+  runner.addTest(TestFailOver::suite());
+
   // add our own protector
   CarobProtector* cprot = new CarobProtector();
   runner.eventManager().pushProtector(cprot);

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

Reply via email to