Update of /cvsroot/cppunit/cppunit2/examples/log_demo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30871/examples/log_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/log_demo/main.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** main.cpp 11 Aug 2005 07:38:44 -0000 1.2
--- main.cpp 7 Nov 2005 22:43:07 -0000 1.3
***************
*** 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 ----
|