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/cppunittest/CppUnitTestMain.cpp | |
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/cppunittest/CppUnitTestMain.cpp')
-rw-r--r-- | examples/cppunittest/CppUnitTestMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cppunittest/CppUnitTestMain.cpp b/examples/cppunittest/CppUnitTestMain.cpp index d095576..db7b5bd 100644 --- a/examples/cppunittest/CppUnitTestMain.cpp +++ b/examples/cppunittest/CppUnitTestMain.cpp @@ -1,6 +1,6 @@ #include <cppunit/extensions/TestFactoryRegistry.h> #include <cppunit/CompilerOutputter.h> -#include <cppunitui/text/TestRunner.h> +#include <cppunit/ui/text/TestRunner.h> #include "CppUnitTestSuite.h" |