Date: Wednesday, December 20, 2006 @ 19:27:47
  Author: gilles
    Path: /cvsroot/carob/carob/test

Modified: CarobTestLauncher.cpp (1.37 -> 1.38)

(minor) better place to enable logging


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


Index: carob/test/CarobTestLauncher.cpp
diff -u carob/test/CarobTestLauncher.cpp:1.37 
carob/test/CarobTestLauncher.cpp:1.38
--- carob/test/CarobTestLauncher.cpp:1.37       Wed Dec 20 17:42:11 2006
+++ carob/test/CarobTestLauncher.cpp    Wed Dec 20 19:27:47 2006
@@ -176,7 +176,6 @@
        // Log Level:
   // available levels are found in log4cxx documentation
   // or in file include/Common.hpp
-  //setLogLevel(LOG_LEVEL_DEBUG);
   setLogLevel(LOG_LEVEL_OFF);
 
 #ifdef __MINGW32__
@@ -232,6 +231,8 @@
     cout<<"No need to create tables, running tests..."<<endl;
   if (ok)
   {
+    // to get debug info:
+    // setLogLevel(LOG_LEVEL_DEBUG);
     // To run only one test:
     // runner.run("TestConnect::testConnectGood");
     runner.run();

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

Reply via email to