Kaydet (Commit) f28cf76c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Get rid of some pointless cleanups that fail anyway occasionally

Change-Id: I758b4452bdf0cfcc75280a73993f219a57072e41
üst 950742b3
...@@ -78,12 +78,6 @@ void ScParallelismTest::setUp() ...@@ -78,12 +78,6 @@ void ScParallelismTest::setUp()
void ScParallelismTest::tearDown() void ScParallelismTest::tearDown()
{ {
if(m_xDocShell.is())
{
m_xDocShell->DoClose();
m_xDocShell.clear();
}
test::BootstrapFixture::tearDown(); test::BootstrapFixture::tearDown();
} }
......
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