From 6089be1a7a17ae849d8793520e9d8d36296ed5cf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 11 Apr 2012 21:22:30 +0100 Subject: needs ure and base-class setUp does necessary stuff --- editeng/qa/unit/core-test.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'editeng/qa') 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; -- cgit