diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-10 14:22:30 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-10 14:22:30 +0000 |
| commit | 6c2d743aed2eb4c0a960edaadc7366faa3b24c5c (patch) | |
| tree | b41f82e9b41c48e9dcb1cc59833dff26e88817d7 /examples/msvc6 | |
| parent | 0e44bc8d5fa467b9d1c835b2e40b17f538e4bbe3 (diff) | |
| download | cppunit-6c2d743aed2eb4c0a960edaadc7366faa3b24c5c.tar.gz | |
Include/cppunitui/: moved to include/cppunit/ui (fix unix install problem).
include/cppunitui/: moved to include/cppunit/ui (fix unix install problem).
* doc/cookbook.dox:
* examples/cppunittest/CppUnitTestMain.cpp:
* examples/msvc/CppUnitTestApp/HostApp.cpp:
* examples/msvc/HostApp/HostApp.cpp:
* examples/qt/Main.Cpp:
* examples/src/cppunit/TestRunner.cpp:
* examples/src/msvc6/TestRunner/TestRunner.cpp:
* examples/src/qttestrunner/TestRunner.cpp: updated to use <cppunit/ui/...>
instead of <cppunitui/...> in include directives.
* doc/CppUnit-win.dox: generated documentation give the include path at the
bottom of the page for each class.
* NEWS: added compatibility break for 1.7.10 users.
Diffstat (limited to 'examples/msvc6')
| -rw-r--r-- | examples/msvc6/CppUnitTestApp/CppUnitTestApp.cpp | 2 | ||||
| -rw-r--r-- | examples/msvc6/HostApp/HostApp.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/msvc6/CppUnitTestApp/CppUnitTestApp.cpp b/examples/msvc6/CppUnitTestApp/CppUnitTestApp.cpp index ffe4f61..d1d5f3c 100644 --- a/examples/msvc6/CppUnitTestApp/CppUnitTestApp.cpp +++ b/examples/msvc6/CppUnitTestApp/CppUnitTestApp.cpp @@ -4,7 +4,7 @@ #include "stdafx.h" #include "CppUnitTestApp.h" #include "CppUnitTestAppDlg.h" -#include <cppunitui/mfc/TestRunner.h> +#include <cppunit/ui/mfc/TestRunner.h> #include <cppunit/extensions/TestFactoryRegistry.h> #include <cppunittest/CppUnitTestSuite.h> diff --git a/examples/msvc6/HostApp/HostApp.cpp b/examples/msvc6/HostApp/HostApp.cpp index 7bf002e..5059de9 100644 --- a/examples/msvc6/HostApp/HostApp.cpp +++ b/examples/msvc6/HostApp/HostApp.cpp @@ -9,7 +9,7 @@ #include "HostAppView.h" // CppUnit: MFC TestRunner -#include <cppunitui/mfc/TestRunner.h> +#include <cppunit/ui/mfc/TestRunner.h> // CppUnit: TestFactoryRegistry to retreive the top test suite that contains all registered tests. #include <cppunit/extensions/TestFactoryRegistry.h> |
