[Cppunit-cvs] cppunit2/examples/checking_assertions main.cpp,1.2,1.3
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-11-07 22:43:25
|
Update of /cvsroot/cppunit/cppunit2/examples/checking_assertions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30871/examples/checking_assertions Modified Files: main.cpp Log Message: - replaced usage of OpenTest::Properties with Json::Value. Json::Value provides a simpler interface and a standard *simple* serialization format. - jsoncpp has been inlined in CppTL to make deploy easier and remove an external dependency. Index: main.cpp =================================================================== RCS file: /cvsroot/cppunit/cppunit2/examples/checking_assertions/main.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.cpp 8 Aug 2005 22:07:57 -0000 1.2 --- main.cpp 7 Nov 2005 22:43:06 -0000 1.3 *************** *** 1,6 **** #include <examples/common/examplecommon.h> #include <cpput/testcase.h> - #include <opentest/texttestdriver.h> - #include <opentest/properties.h> --- 1,4 ---- |