[Cppunit-cvs] cppunit2/include/opentest texttestdriver.h,1.6,1.7
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-02-26 11:45:17
|
Update of /cvsroot/cppunit/cppunit2/include/opentest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12776/include/opentest Modified Files: texttestdriver.h Log Message: * made ParentSuites public (failed to compile with suncc) Index: texttestdriver.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/opentest/texttestdriver.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** texttestdriver.h 23 Feb 2005 23:04:34 -0000 1.6 --- texttestdriver.h 26 Feb 2005 11:45:06 -0000 1.7 *************** *** 115,121 **** void releaseResources( const ResourceList &resources ) {} ! private: typedef std::deque<TestId> ParentSuites; struct TestInfo { --- 115,123 ---- void releaseResources( const ResourceList &resources ) {} ! public: typedef std::deque<TestId> ParentSuites; + private: + struct TestInfo { |