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/qa | |
parent | 73ff3a49a0891c7787f08eec86357c320a76c263 (diff) |
needs ure and base-class setUp does necessary stuff
Diffstat (limited to 'editeng/qa')
-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; |