Date: Tuesday, March 7, 2006 @ 12:21:54
  Author: gilles
    Path: /cvsroot/carob/carob/test

Modified: CarobTestLauncher.cpp (1.29 -> 1.30)

Added (commented) sample on how to run only one test or suite of tests


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


Index: carob/test/CarobTestLauncher.cpp
diff -u carob/test/CarobTestLauncher.cpp:1.29 
carob/test/CarobTestLauncher.cpp:1.30
--- carob/test/CarobTestLauncher.cpp:1.29       Fri Mar  3 18:21:26 2006
+++ carob/test/CarobTestLauncher.cpp    Tue Mar  7 12:21:54 2006
@@ -91,6 +91,8 @@
   CppUnit::BriefTestProgressListener listener;
   runner.eventManager().addListener( &listener );
 
+  // To run only one test:
+  //runner.run("TestBigDecimal");
   runner.run();
   //Do *NOT* delete CarobProtector, it is done by the ProtectorChain (in pop())
   return 0;

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

Reply via email to