Kaydet (Commit) 41414834 authored tarafından David Tardon's avatar David Tardon

don't run terminate()

AFAICS no other import test is doing it either.

Change-Id: I8cbdc27fe60102067c6d09280b99a032ac44ba10
üst 63c7f2b8
......@@ -34,13 +34,6 @@ void WpftFilterFixture::setUp()
m_xTypeMap.set(m_xTypeDetection, uno::UNO_QUERY_THROW);
}
void WpftFilterFixture::tearDown()
{
m_xDesktop->terminate();
::test::BootstrapFixture::tearDown();
}
}
}
......
......@@ -73,7 +73,6 @@ class WPFTQAHELPER_DLLPUBLIC WpftFilterFixture : public ::test::BootstrapFixture
{
public:
virtual void setUp() override;
virtual void tearDown() override;
protected:
css::uno::Reference<css::frame::XDesktop2> m_xDesktop;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment