diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-11 21:22:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-11 21:22:55 +0100 |
commit | 6089be1a7a17ae849d8793520e9d8d36296ed5cf (patch) | |
tree | 8c5bd4b69fb8ee46ffa1939752de92e32d9627e5 /editeng | |
parent | 73ff3a49a0891c7787f08eec86357c320a76c263 (diff) |
needs ure and base-class setUp does necessary stuff
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/CppunitTest_editeng_core.mk | 2 | ||||
-rw-r--r-- | editeng/qa/unit/core-test.cxx | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/editeng/CppunitTest_editeng_core.mk b/editeng/CppunitTest_editeng_core.mk index fb14e16f6944..77e203d2d754 100644 --- a/editeng/CppunitTest_editeng_core.mk +++ b/editeng/CppunitTest_editeng_core.mk @@ -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 \ diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 43e668c642af..d631923c6237 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -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; |