Update of /cvsroot/cppunit/cppunit/examples/cppunittest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16992/examples/cppunittest
Modified Files:
BaseTestCase.cpp CppUnitTestSuite.cpp HelperMacrosTest.cpp
StringToolsTest.cpp SubclassedTestCase.cpp XmlElementTest.cpp
XmlOutputterTest.cpp
Log Message:
* removed most warning when compiling with vc++ 6sp6.
Index: XmlOutputterTest.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/cppunittest/XmlOutputterTest.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** XmlOutputterTest.cpp 15 Mar 2003 10:21:44 -0000 1.12
--- XmlOutputterTest.cpp 13 Oct 2005 20:13:15 -0000 1.13
***************
*** 1,2 ****
--- 1,3 ----
+ #include <cppunit/config/SourcePrefix.h>
#include <cppunit/XmlOutputter.h>
#include <cppunit/TestFailure.h>
Index: StringToolsTest.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/cppunittest/StringToolsTest.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StringToolsTest.cpp 13 Jul 2002 10:33:49 -0000 1.2
--- StringToolsTest.cpp 13 Oct 2005 20:13:15 -0000 1.3
***************
*** 1,2 ****
--- 1,3 ----
+ #include <cppunit/config/SourcePrefix.h>
#include "StringToolsTest.h"
Index: XmlElementTest.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/cppunittest/XmlElementTest.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** XmlElementTest.cpp 14 Jul 2002 19:48:31 -0000 1.5
--- XmlElementTest.cpp 13 Oct 2005 20:13:15 -0000 1.6
***************
*** 1,2 ****
--- 1,3 ----
+ #include <cppunit/config/SourcePrefix.h>
#include <cppunit/tools/XmlElement.h>
#include "ToolsSuite.h"
Index: BaseTestCase.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/cppunittest/BaseTestCase.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** BaseTestCase.cpp 11 Jun 2001 19:56:23 -0000 1.1
--- BaseTestCase.cpp 13 Oct 2005 20:13:15 -0000 1.2
***************
*** 1,2 ****
--- 1,3 ----
+ #include <cppunit/config/SourcePrefix.h>
#include "BaseTestCase.h"
Index: HelperMacrosTest.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/cppunittest/HelperMacrosTest.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** HelperMacrosTest.cpp 28 Aug 2002 22:20:52 -0000 1.9
--- HelperMacrosTest.cpp 13 Oct 2005 20:13:15 -0000 1.10
***************
*** 1,2 ****
--- 1,3 ----
+ #include <cppunit/config/SourcePrefix.h>
#include "FailureException.h"
#include "HelperMacrosTest.h"
Index: SubclassedTestCase.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/cppunittest/SubclassedTestCase.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SubclassedTestCase.cpp 11 Jun 2001 19:56:23 -0000 1.1
--- SubclassedTestCase.cpp 13 Oct 2005 20:13:15 -0000 1.2
***************
*** 1,2 ****
--- 1,3 ----
+ #include <cppunit/config/SourcePrefix.h>
#include "SubclassedTestCase.h"
Index: CppUnitTestSuite.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/cppunittest/CppUnitTestSuite.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CppUnitTestSuite.cpp 14 Jul 2002 19:48:31 -0000 1.5
--- CppUnitTestSuite.cpp 13 Oct 2005 20:13:15 -0000 1.6
***************
*** 1,2 ****
--- 1,3 ----
+ #include <cppunit/config/SourcePrefix.h>
#include <cppunit/extensions/HelperMacros.h>
#include "CoreSuite.h"
|