Kaydet (Commit) 6089be1a authored tarafından Caolán McNamara's avatar Caolán McNamara

needs ure and base-class setUp does necessary stuff

üst 73ff3a49
...@@ -72,6 +72,8 @@ $(eval $(call gb_CppunitTest_use_api,editeng_core,\ ...@@ -72,6 +72,8 @@ $(eval $(call gb_CppunitTest_use_api,editeng_core,\
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,editeng_core))
$(eval $(call gb_CppunitTest_use_components,editeng_core,\ $(eval $(call gb_CppunitTest_use_components,editeng_core,\
configmgr/source/configmgr \ configmgr/source/configmgr \
framework/util/fwk \ framework/util/fwk \
......
...@@ -108,9 +108,6 @@ class Test : public test::BootstrapFixture ...@@ -108,9 +108,6 @@ class Test : public test::BootstrapFixture
public: public:
Test(); Test();
virtual void setUp();
virtual void tearDown();
void testConstruction(); void testConstruction();
CPPUNIT_TEST_SUITE(Test); CPPUNIT_TEST_SUITE(Test);
...@@ -120,10 +117,6 @@ public: ...@@ -120,10 +117,6 @@ public:
Test::Test() {} Test::Test() {}
void Test::setUp() {}
void Test::tearDown() {}
void Test::testConstruction() void Test::testConstruction()
{ {
TestPool aPool; TestPool aPool;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment