summaryrefslogtreecommitdiff
path: root/basebmp/test/filltest.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-05 13:49:30 +0100
committersb <sb@openoffice.org>2010-01-05 13:49:30 +0100
commit0367aa64dec99c01db2aa66ebe5aee9b283b2521 (patch)
tree0e25c5ae994b6c8e1aed1b0690411fc71162ce8c /basebmp/test/filltest.cxx
parent0c5348ff2c5cede4607555fdab45642db10b07ba (diff)
parent18be96dc73c64d16f63fc6d3382d7d7d3a8fee24 (diff)
sb118: merged in DEV300_m68
Diffstat (limited to 'basebmp/test/filltest.cxx')
-rw-r--r--basebmp/test/filltest.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basebmp/test/filltest.cxx b/basebmp/test/filltest.cxx
index ba25cfa9044e..e2e5b32f7fed 100644
--- a/basebmp/test/filltest.cxx
+++ b/basebmp/test/filltest.cxx
@@ -30,7 +30,9 @@
// autogenerated file with codegen.pl
-#include <testshl/simpleheader.hxx>
+#include "cppunit/TestAssert.h"
+#include "cppunit/TestFixture.h"
+#include "cppunit/extensions/HelperMacros.h"
#include <basegfx/vector/b2isize.hxx>
#include <basegfx/range/b2drange.hxx>
@@ -268,7 +270,7 @@ public:
};
// -----------------------------------------------------------------------------
-CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(FillTest, "FillTest");
+CPPUNIT_TEST_SUITE_REGISTRATION(FillTest);
}