diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-19 09:54:19 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-19 09:54:19 +0000 |
| commit | 626e37841cfedef589fecb975876e7d22986cfb7 (patch) | |
| tree | 1fcf8aa0383ffde9d9bd2a7a20aa60ae8de65e13 /src/DllPlugInTester/DllPlugInTester.cpp | |
| parent | d564cf8e0506bbc2c8c39ebbfb6d913d140afa6e (diff) | |
| download | cppunit-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.cpp | 4 |
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; |
