[Cppunit-cvs] cppunit2/examples/stringize_demo main.cpp,1.1,1.2
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-11-07 22:43:24
|
Update of /cvsroot/cppunit/cppunit2/examples/stringize_demo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30871/examples/stringize_demo 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/stringize_demo/main.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** main.cpp 6 Sep 2005 07:47:36 -0000 1.1 --- main.cpp 7 Nov 2005 22:43:07 -0000 1.2 *************** *** 1,5 **** #include <examples/common/examplecommon.h> #include <cpput/testcase.h> - #include <opentest/texttestdriver.h> #include <opentest/properties.h> #include <cpptl/stringtools.h> --- 1,4 ---- |