needs ure and base-class setUp does necessary stuff

This commit is contained in:
Caolán McNamara 2012-04-11 21:22:30 +01:00
parent 73ff3a49a0
commit 6089be1a7a
2 changed files with 2 additions and 7 deletions

View file

@ -72,6 +72,8 @@ $(eval $(call gb_CppunitTest_use_api,editeng_core,\
udkapi \
))
$(eval $(call gb_CppunitTest_use_ure,editeng_core))
$(eval $(call gb_CppunitTest_use_components,editeng_core,\
configmgr/source/configmgr \
framework/util/fwk \

View file

@ -108,9 +108,6 @@ class Test : public test::BootstrapFixture
public:
Test();
virtual void setUp();
virtual void tearDown();
void testConstruction();
CPPUNIT_TEST_SUITE(Test);
@ -120,10 +117,6 @@ public:
Test::Test() {}
void Test::setUp() {}
void Test::tearDown() {}
void Test::testConstruction()
{
TestPool aPool;