diff options
author | Release Engineering <releng@openoffice.org> | 2010-04-19 15:13:32 +0200 |
---|---|---|
committer | Release Engineering <releng@openoffice.org> | 2010-04-19 15:13:32 +0200 |
commit | c5934ada09feec288519cbdfbe1c0c988a2fceec (patch) | |
tree | 27618a8dc4f3c81c994e31d8a40ea62d56cba186 /o3tl | |
parent | daddcb26605e26fdcfe8d59cd9466c66b6e0e815 (diff) |
DEV300 masterfix: #i10000#: adapt to cppunit changes by CWS sb118, fix license headers
Notes
Notes:
split repo tag: libs-gui_ooo/DEV300_m77
Diffstat (limited to 'o3tl')
-rw-r--r-- | o3tl/qa/test-vector_pool.cxx | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/o3tl/qa/test-vector_pool.cxx b/o3tl/qa/test-vector_pool.cxx index 749859f4b995..4efaebdd3414 100644 --- a/o3tl/qa/test-vector_pool.cxx +++ b/o3tl/qa/test-vector_pool.cxx @@ -1,6 +1,8 @@ // autogenerated file with codegen.pl -#include <testshl/simpleheader.hxx> +#include "cppunit/TestAssert.h" +#include "cppunit/TestFixture.h" +#include "cppunit/extensions/HelperMacros.h" #include <o3tl/vector_pool.hxx> @@ -64,10 +66,4 @@ public: }; // ----------------------------------------------------------------------------- -CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(vector_pool_test, "vector pool test"); - - -// ----------------------------------------------------------------------------- - -// NOADDITIONAL; - +CPPUNIT_TEST_SUITE_REGISTRATION(vector_pool_test); |