Update of /cvsroot/cppunit/cppunit2/include/cpput
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23097/include/cpput
Modified Files:
stringize.h testrunner.h
Log Message:
* fixed bug in lighttestrunner: called AbstractTestCase::run instead of runTest().
* fixed usage of incomplete SharedPtr in TestRunner.
Index: testrunner.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpput/testrunner.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** testrunner.h 2 Jul 2005 20:27:35 -0000 1.4
--- testrunner.h 4 Jul 2005 08:11:25 -0000 1.5
***************
*** 30,34 ****
class TestDeclaratorVisitor;
class TestResultUpdaterImpl;
- typedef CppTL::SharedPtr<TestResultUpdaterImpl> TestResultUpdaterImplPtr;
void sendTestStatus( const OpenTest::TestPlanEntry &entry,
--- 30,33 ----
***************
*** 37,41 ****
AbstractTestSuitePtr suite_;
DeclaredTests tests_;
- TestResultUpdaterImplPtr resultUpdater_;
};
--- 36,39 ----
Index: stringize.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpput/stringize.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** stringize.h 5 Mar 2005 12:43:24 -0000 1.5
--- stringize.h 4 Jul 2005 08:11:25 -0000 1.6
***************
*** 7,11 ****
# include <cpptl/stringtools.h>
-
namespace CppUT {
--- 7,10 ----
|