From c5934ada09feec288519cbdfbe1c0c988a2fceec Mon Sep 17 00:00:00 2001 From: Release Engineering Date: Mon, 19 Apr 2010 15:13:32 +0200 Subject: DEV300 masterfix: #i10000#: adapt to cppunit changes by CWS sb118, fix license headers --- o3tl/qa/test-vector_pool.cxx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'o3tl') 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 +#include "cppunit/TestAssert.h" +#include "cppunit/TestFixture.h" +#include "cppunit/extensions/HelperMacros.h" #include @@ -64,10 +66,4 @@ public: }; // ----------------------------------------------------------------------------- -CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(vector_pool_test, "vector pool test"); - - -// ----------------------------------------------------------------------------- - -// NOADDITIONAL; - +CPPUNIT_TEST_SUITE_REGISTRATION(vector_pool_test); -- cgit v1.2.3