[Libreoffice-commits] core.git: test/source

Lionel Elie Mamane lionel at mamane.lu
Sat Nov 9 17:45:19 CET 2013


 test/source/calc_unoapi_test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2062212d0a0152f4face80aee7a25048e0f5473b
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sat Nov 9 17:44:33 2013 +0100

    UnoApiTest does not dispose Desktop anymore
    
    Change-Id: Ia6cd838426ff77af213f285a67a22223c7358585

diff --git a/test/source/calc_unoapi_test.cxx b/test/source/calc_unoapi_test.cxx
index f80e659..6b9a1ff 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: */


More information about the Libreoffice-commits mailing list