summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorChirag Manwani <cmkmanwani@gmail.com>2016-03-07 02:14:49 +0530
committerStephan Bergmann <sbergman@redhat.com>2016-03-07 09:13:53 +0000
commitcc84aaf70ac56092b32d1d329143eca0550dce12 (patch)
tree2b4d72f227f20c9b59baa476c7118bb1ddacb649 /xmlsecurity
parent472d900e81722fd1ce3808c3f46160abcd265f77 (diff)
tdf#97703 removed empty setUp/tearDown methods
Change-Id: I244d481bce4723d172e26c0d31aab0a541334604 Reviewed-on: https://gerrit.libreoffice.org/22959 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/qa/certext/SanCertExt.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmlsecurity/qa/certext/SanCertExt.cxx b/xmlsecurity/qa/certext/SanCertExt.cxx
index 12f03173d5f0..11cf6e971c50 100644
--- a/xmlsecurity/qa/certext/SanCertExt.cxx
+++ b/xmlsecurity/qa/certext/SanCertExt.cxx
@@ -65,10 +65,6 @@ namespace {
~Test();
- virtual void setUp();
-
- virtual void tearDown();
-
void test_Others();
void test_RFC822();
@@ -164,12 +160,6 @@ namespace {
}
- void Test::setUp() {
- }
-
- void Test::tearDown() {
- }
-
void Test::test_Others() {
CPPUNIT_ASSERT_ASSERTION_PASS( CPPUNIT_ASSERT( altNames.getLength() > 0 ) );
for(int n = 1; n < altNames.getLength(); n++)