From fe2e43280fc2007dcc819285270b2437ba56b8e3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 9 Nov 2013 15:11:17 +0100 Subject: Don't dispose twice in CalcUnoApiTest::tearDown ...i.e., skip UnoApiTest::tearDown's dispose of mxDesktop and go directly to BootstrapFixture::tearDown. Change-Id: If4555c812cb42c4b76a36d4e59c1d96211915dba --- test/source/calc_unoapi_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/source') diff --git a/test/source/calc_unoapi_test.cxx b/test/source/calc_unoapi_test.cxx index 8d7e218d9cda..f80e65961a1b 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(); - UnoApiTest::tearDown(); + test::BootstrapFixture::tearDown(); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3