Update of /cvsroot/cppunit/cppunit2/include/cpput
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27026/include/cpput
Modified Files:
testrunner.h
Log Message:
* test result are propagated to the test runner during test
Index: testrunner.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpput/testrunner.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** testrunner.h 20 Nov 2004 15:06:59 -0000 1.2
--- testrunner.h 21 Nov 2004 22:24:45 -0000 1.3
***************
*** 29,32 ****
--- 29,34 ----
private:
class TestDeclaratorVisitor;
+ class TestResultUpdaterImpl;
+ typedef CppTL::SharedPtr<TestResultUpdaterImpl> TestResultUpdaterImplPtr;
void sendTestStatus( const OpenTest::TestPlanEntry &entry,
|