summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorChirag Manwani <cmkmanwani@gmail.com>2016-03-07 20:09:01 +0530
committerStephan Bergmann <sbergman@redhat.com>2016-03-08 16:54:50 +0000
commitb38f58a3f959b5e36813f8c2d88bdb2baf03a1b9 (patch)
tree4d54c16ddf85af689af95735c8366a29386ccf2a /shell
parent68b5875647dd3f39f9e01eec75383a5b9b3ef3a6 (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 'shell')
-rw-r--r--shell/qa/zip/ziptest.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx
index df501a6c107d..5898a0183607 100644
--- a/shell/qa/zip/ziptest.cxx
+++ b/shell/qa/zip/ziptest.cxx
@@ -43,8 +43,6 @@ private:
LPSTREAM pStream;
public:
Test();
- void setUp() {}
- void tearDown() {}
void test_file_directory();
void test_file_hasContentCaseInSensitive();
void test_file_getContent();