Date: Thursday, January 11, 2007 @ 19:44:08
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: CarobTestLauncher.cpp (1.42 -> 1.43)

Disabled duplicate set_unexpected and added reference to CAROB-56


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


Index: carob/test/CarobTestLauncher.cpp
diff -u carob/test/CarobTestLauncher.cpp:1.42 
carob/test/CarobTestLauncher.cpp:1.43
--- carob/test/CarobTestLauncher.cpp:1.42       Wed Jan 10 11:58:27 2007
+++ carob/test/CarobTestLauncher.cpp    Thu Jan 11 19:44:07 2007
@@ -193,7 +193,9 @@
   }
 #endif
 
-  set_unexpected(UnexpectedException::convertUnexpected);
+  // See CAROB-56 and related
+  // std::set_unexpected(UnexpectedException::convertUnexpected);
+
   CppUnit::TextUi::TestRunner runner;
   // For QT ui, replace the above line by this:
   //QApplication app(argc, argv);

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

Reply via email to