Update of /cvsroot/cppunit/cppunit2/examples/stringize_demo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22788/examples/stringize_demo
Modified Files:
main.cpp
Log Message:
* replaced include/opentest/properties.h with include/json/value.h
* replaced all occurrences of OpenTest::Value and OpenTest::Properties with Json::Value.
Index: main.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/examples/stringize_demo/main.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** main.cpp 7 Nov 2005 22:43:07 -0000 1.2
--- main.cpp 8 Nov 2005 20:25:49 -0000 1.3
***************
*** 1,8 ****
#include <examples/common/examplecommon.h>
#include <cpput/testcase.h>
- #include <opentest/properties.h>
#include <cpptl/stringtools.h>
- #include <deque>
#include <cpput/assertenum.h>
namespace ExampleNamespace {
--- 1,7 ----
#include <examples/common/examplecommon.h>
#include <cpput/testcase.h>
#include <cpptl/stringtools.h>
#include <cpput/assertenum.h>
+ #include <deque>
namespace ExampleNamespace {
|