Date: Friday, December 1, 2006 @ 22:18:27
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: CarobTestLauncher.cpp (1.35 -> 1.36)

run really one test (method, not just class) in commented out example


-----------------------+
 CarobTestLauncher.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/test/CarobTestLauncher.cpp
diff -u carob/test/CarobTestLauncher.cpp:1.35 
carob/test/CarobTestLauncher.cpp:1.36
--- carob/test/CarobTestLauncher.cpp:1.35       Fri Oct  6 17:31:19 2006
+++ carob/test/CarobTestLauncher.cpp    Fri Dec  1 22:18:27 2006
@@ -108,7 +108,7 @@
   runner.eventManager().addListener( &listener );
 
   // To run only one test:
-  //runner.run("TestBigDecimal");
+  //runner.run("TestConnect::testConnectGood");
   runner.run();
   //Do *NOT* delete CarobProtector, it is done by the ProtectorChain (in pop())
 #ifdef __MINGW32__

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

Reply via email to