summaryrefslogtreecommitdiff
path: root/xmloff/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-19 11:11:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-19 11:13:00 +0200
commitcf31f48acca45396588aa410ddbe613b92f9fbce (patch)
treece464ecb52c2cd5f6094468aa7b05f91359ad181 /xmloff/qa
parent0b95e19d257d2afc1ec161c712e213aedfd6ccbe (diff)
At which point, TokenmapTest::setUp/tearDown are redundant again
Change-Id: I0b3017427aa0d3cf9450734c677b442e61fdbe63
Diffstat (limited to 'xmloff/qa')
-rw-r--r--xmloff/qa/unit/tokenmap-test.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/xmloff/qa/unit/tokenmap-test.cxx b/xmloff/qa/unit/tokenmap-test.cxx
index e5d3bd3965a3..b2948c94db8c 100644
--- a/xmloff/qa/unit/tokenmap-test.cxx
+++ b/xmloff/qa/unit/tokenmap-test.cxx
@@ -26,9 +26,6 @@ public:
TokenmapTest();
- virtual void setUp() override;
- virtual void tearDown() override;
-
void test_roundTrip();
CPPUNIT_TEST_SUITE(TokenmapTest);
@@ -44,16 +41,6 @@ TokenmapTest::TokenmapTest() : pTokenMap(new token::TokenMap)
{
}
-void TokenmapTest::setUp()
-{
- CppUnit::TestFixture::setUp();
-}
-
-void TokenmapTest::tearDown()
-{
- CppUnit::TestFixture::tearDown();
-}
-
void TokenmapTest::test_roundTrip()
{
for ( sal_Int32 nToken = 0; nToken < XML_TOKEN_COUNT; ++nToken )