summaryrefslogtreecommitdiff
path: root/xmlsecurity/qa/certext/SanCertExt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/qa/certext/SanCertExt.cxx')
-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++)