[Cppunit-cvs] cppunit2/src/opentest interfaces.cpp,1.3,1.4
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2006-03-06 21:05:12
|
Update of /cvsroot/cppunit/cppunit2/src/opentest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8568/src/opentest Modified Files: interfaces.cpp Log Message: * fixed compilation issue with msvc6 Index: interfaces.cpp =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/opentest/interfaces.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** interfaces.cpp 11 Dec 2005 17:16:09 -0000 1.3 --- interfaces.cpp 6 Mar 2006 21:04:10 -0000 1.4 *************** *** 71,76 **** { TestId key; ! unserializeSTLMap( stream, testCases_, key ); ! return unserializeSTLMap( stream, testSuites_, key ); } --- 71,76 ---- { TestId key; ! unserializeSTLMap( stream, testCases_, key, CppTL::Type<TestCaseDescription>() ); ! return unserializeSTLMap( stream, testSuites_, key, CppTL::Type<TestSuiteDescription>() ); } |