Date: Tuesday, January 24, 2006 @ 11:15:13
  Author: gilles
    Path: /cvsroot/carob/carob/test

Modified: CarobTestLauncher.cpp (1.18 -> 1.19)

Changed default debug level to "none" in tests (no need for debug info when 
tests succeed)


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


Index: carob/test/CarobTestLauncher.cpp
diff -u carob/test/CarobTestLauncher.cpp:1.18 
carob/test/CarobTestLauncher.cpp:1.19
--- carob/test/CarobTestLauncher.cpp:1.18       Mon Jan 23 17:17:59 2006
+++ carob/test/CarobTestLauncher.cpp    Tue Jan 24 11:15:13 2006
@@ -46,8 +46,8 @@
 
 int main (int argc, char **argv)
 {
-  setLogLevel(LOG_LEVEL_INFO);
-  //setLogLevel(LOG_LEVEL_NONE);
+  //setLogLevel(LOG_LEVEL_INFO);
+  setLogLevel(LOG_LEVEL_NONE);
   std::locale::global(std::locale(""));
 
   std::set_unexpected(UnexpectedException::convertUnexpected);

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

Reply via email to