diff options
author | Chirag Manwani <cmkmanwani@gmail.com> | 2016-03-07 20:09:01 +0530 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-08 16:54:50 +0000 |
commit | b38f58a3f959b5e36813f8c2d88bdb2baf03a1b9 (patch) | |
tree | 4d54c16ddf85af689af95735c8366a29386ccf2a /configmgr | |
parent | 68b5875647dd3f39f9e01eec75383a5b9b3ef3a6 (diff) |
tdf#97703 Removed empty setUp/tearDown methods
Change-Id: Ia62de30ae94bdae87cd5109c44eab40af4d020e5
Reviewed-on: https://gerrit.libreoffice.org/22985
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/qa/unit/test.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx index ea835c1f200b..d22adad5e5f9 100644 --- a/configmgr/qa/unit/test.cxx +++ b/configmgr/qa/unit/test.cxx @@ -66,7 +66,6 @@ namespace { class Test: public CppUnit::TestFixture { public: virtual void setUp() override; - virtual void tearDown() override; void testKeyFetch(); void testKeySet(); @@ -212,10 +211,6 @@ void Test::setUp() comphelper::getProcessComponentContext() ); } -void Test::tearDown() -{ -} - void Test::testKeyFetch() { OUString s; |