Date: Tuesday, November 22, 2005 @ 17:38:46
Author: marc
Path: /cvsroot/carob/carob/test
Modified: CarobTestLauncher.cpp (1.3 -> 1.4)
Added (disabled) code to run with Qt user interface
-----------------------+
CarobTestLauncher.cpp | 2 ++
1 files changed, 2 insertions(+)
Index: carob/test/CarobTestLauncher.cpp
diff -u carob/test/CarobTestLauncher.cpp:1.3
carob/test/CarobTestLauncher.cpp:1.4
--- carob/test/CarobTestLauncher.cpp:1.3 Thu Nov 10 12:03:33 2005
+++ carob/test/CarobTestLauncher.cpp Tue Nov 22 17:38:46 2005
@@ -20,6 +20,7 @@
*/
#include <cppunit/ui/text/TestRunner.h>
+// #include <cppunit/ui/qt/TestRunner.h>
#include "CarobException.hpp"
#include "Common.hpp"
@@ -35,6 +36,7 @@
setlocale(LC_ALL, "");
std::set_unexpected(UnexpectedException::convertUnexpected);
CppUnit::TextUi::TestRunner runner;
+ // CppUnit::QtUi::TestRunner runner;
runner.addTest(TestConnect::suite());
runner.addTest(TestExecWriteRequest::suite());
runner.addTest(TestExecReadRequest::suite());
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits