From 387b32109267cc855f1c127e3d4f6d316fb8cfaf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 14 Jan 2011 15:36:53 +0000 Subject: cppunit: port these tests over to canonical cppunit --- cppu/qa/test_any.cxx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'cppu/qa/test_any.cxx') diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx index e3cd60b6a41d..84f5fb638efa 100644 --- a/cppu/qa/test_any.cxx +++ b/cppu/qa/test_any.cxx @@ -33,6 +33,14 @@ #include // wntmsci10 does not like +#include "preextstl.h" +#include +#include +#include +#include +#include +#include "postextstl.h" + #include "Enum1.hpp" #include "Enum2.hpp" #include "Exception1.hpp" @@ -56,7 +64,6 @@ #include "com/sun/star/uno/Sequence.hxx" #include "com/sun/star/uno/Type.hxx" #include "com/sun/star/uno/XInterface.hpp" -#include "testshl/simpleheader.hxx" #include "osl/diagnose.h" #include "osl/interlck.h" #include "rtl/string.h" @@ -2324,10 +2331,10 @@ void Test::testNull() { } } -CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(Test, "alltests"); +CPPUNIT_TEST_SUITE_REGISTRATION(Test); } -NOADDITIONAL; +CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3