summaryrefslogtreecommitdiff
path: root/src/DllPlugInTester/DllPlugInTester.cpp
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-19 09:54:19 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-19 09:54:19 +0000
commit626e37841cfedef589fecb975876e7d22986cfb7 (patch)
tree1fcf8aa0383ffde9d9bd2a7a20aa60ae8de65e13 /src/DllPlugInTester/DllPlugInTester.cpp
parentd564cf8e0506bbc2c8c39ebbfb6d913d140afa6e (diff)
downloadcppunit-626e37841cfedef589fecb975876e7d22986cfb7.tar.gz
Configure.
configure.in: added some makefile.am * contrib/readme.txt: updated. * contrib/bc5/bc5-makefile.zip: added borland 5.5 makefile. Contributed by project cuppa. * src/cppunit/TypeInfoHelper.cpp: fixed implementation to be more portable.
Diffstat (limited to 'src/DllPlugInTester/DllPlugInTester.cpp')
-rw-r--r--src/DllPlugInTester/DllPlugInTester.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DllPlugInTester/DllPlugInTester.cpp b/src/DllPlugInTester/DllPlugInTester.cpp
index f884395..d52c552 100644
--- a/src/DllPlugInTester/DllPlugInTester.cpp
+++ b/src/DllPlugInTester/DllPlugInTester.cpp
@@ -24,8 +24,8 @@ runTests( CppUnit::Parameters parameters )
CppUnit::TestResult controller;
CppUnit::TestResultCollector result;
controller.addListener( &result );
-// CppUnit::TextTestProgressListener progress;
- CppUnit::BriefTestProgressListener progress;
+ CppUnit::TextTestProgressListener progress;
+// CppUnit::BriefTestProgressListener progress;
controller.addListener( &progress );
std::string testPath;