diff options
Diffstat (limited to 'editeng/qa/unit')
-rw-r--r-- | editeng/qa/unit/core-test.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
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; |