summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-11-09 17:44:33 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-11-09 17:44:33 +0100
commit2062212d0a0152f4face80aee7a25048e0f5473b (patch)
tree79bc82b580ae488c6c3397985b2446056c7201b3 /test
parentedd4c694ab7635ecad430afa6bdb4743eb4e7479 (diff)
UnoApiTest does not dispose Desktop anymore
Change-Id: Ia6cd838426ff77af213f285a67a22223c7358585
Diffstat (limited to 'test')
-rw-r--r--test/source/calc_unoapi_test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/calc_unoapi_test.cxx b/test/source/calc_unoapi_test.cxx
index f80e65961a1b..6b9a1fffe4ec 100644
--- a/test/source/calc_unoapi_test.cxx
+++ b/test/source/calc_unoapi_test.cxx
@@ -31,7 +31,7 @@ void CalcUnoApiTest::setUp()
void CalcUnoApiTest::tearDown()
{
uno::Reference< lang::XComponent >( m_xCalcComponent, UNO_QUERY_THROW )->dispose();
- test::BootstrapFixture::tearDown();
+ UneApiTest::tearDown();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */