diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-11-09 17:25:44 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-11-09 17:26:22 +0100 |
commit | edd4c694ab7635ecad430afa6bdb4743eb4e7479 (patch) | |
tree | 111b794fb4cc9f0f3d67370913f31524bab276e6 /test | |
parent | 16b91e13c726b5b3f43c1aafde6fb8c4c18e3c77 (diff) |
UnoApiTest don't dispose mxDesktop
It breaks CppunitTest_sc_outlineobj,
which runs several setUp/tearDown several times?
Change-Id: Ic81324d150aa64135cdbedc4cb99f78d415da1aa
Diffstat (limited to 'test')
-rw-r--r-- | test/source/unoapi_test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/source/unoapi_test.cxx b/test/source/unoapi_test.cxx index 256e1f377bdf..7508f57a236d 100644 --- a/test/source/unoapi_test.cxx +++ b/test/source/unoapi_test.cxx @@ -31,7 +31,6 @@ void UnoApiTest::setUp() void UnoApiTest::tearDown() { - uno::Reference< lang::XComponent >( mxDesktop )->dispose(); test::BootstrapFixture::tearDown(); } |