diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-08-19 11:11:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-08-19 11:13:00 +0200 |
commit | cf31f48acca45396588aa410ddbe613b92f9fbce (patch) | |
tree | ce464ecb52c2cd5f6094468aa7b05f91359ad181 /xmloff | |
parent | 0b95e19d257d2afc1ec161c712e213aedfd6ccbe (diff) |
At which point, TokenmapTest::setUp/tearDown are redundant again
Change-Id: I0b3017427aa0d3cf9450734c677b442e61fdbe63
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/qa/unit/tokenmap-test.cxx | 13 |
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 ) |