Update of /cvsroot/cppunit/cppunit2/src/cpput
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29225/src/cpput
Modified Files:
testrunner.cpp
Log Message:
* rough sketch of a working OpenTest driver with CppUT adaptor for TestRunner.
Index: testrunner.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/src/cpput/testrunner.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** testrunner.cpp 4 Jul 2005 08:11:26 -0000 1.11
--- testrunner.cpp 11 Dec 2005 17:16:09 -0000 1.12
***************
*** 138,142 ****
DeclaredTests::const_iterator itTest = tests_.find( id );
tracker.startTest( entry );
- TestInfo::startNewTest();
TestInfo::mergeInResult( configuration );
TestInfo::mergeInResult( entry.configuration() );
--- 138,141 ----
|