Kaydet (Commit) 78bd1493 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

...since 25d6789e "sc: disable test that fails
on Windows"

Change-Id: I730495fe9b6d648c75a374b2cd15024e56c85126
üst 98e4c241
......@@ -73,10 +73,15 @@ public:
ScScreenshotTest();
void testOpeningModalDialogs();
#if 0
void testMultiViewCopyPaste();
#endif
CPPUNIT_TEST_SUITE(ScScreenshotTest);
CPPUNIT_TEST(testOpeningModalDialogs);
#if 0
CPPUNIT_TEST(testMultiViewCopyPaste);
#endif
CPPUNIT_TEST_SUITE_END();
};
......@@ -288,6 +293,7 @@ void ScScreenshotTest::testOpeningModalDialogs()
mxComponent.clear();
}
#if 0
void ScScreenshotTest::testMultiViewCopyPaste()
{
initialize();
......@@ -334,6 +340,7 @@ void ScScreenshotTest::testMultiViewCopyPaste()
mxComponent->dispose();
mxComponent.clear();
}
#endif
CPPUNIT_TEST_SUITE_REGISTRATION(ScScreenshotTest);
......
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