[Cppunit-cvs] cppunit2/src/opentesttest remoteinterfacestest.cpp,1.3,1.4
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-12-11 17:16:17
|
Update of /cvsroot/cppunit/cppunit2/src/opentesttest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29225/src/opentesttest Modified Files: remoteinterfacestest.cpp Log Message: * rough sketch of a working OpenTest driver with CppUT adaptor for TestRunner. Index: remoteinterfacestest.cpp =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/opentesttest/remoteinterfacestest.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** remoteinterfacestest.cpp 8 Nov 2005 23:25:31 -0000 1.3 --- remoteinterfacestest.cpp 11 Dec 2005 17:16:09 -0000 1.4 *************** *** 113,117 **** OpenTest::TestPlans plans2; OpenTest::TestPlan plan1; - plan1.id_ = OpenTest::TestId( 5678 ); plan1.testCase_ = OpenTest::TestId( 1234 ); plan1.name_ = "dummy test"; --- 113,116 ---- |