diff options
Diffstat (limited to 'sc/qa/unit/screenshots/screenshots.cxx')
-rw-r--r-- | sc/qa/unit/screenshots/screenshots.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx index b04d49b43fe3..0bab57810918 100644 --- a/sc/qa/unit/screenshots/screenshots.cxx +++ b/sc/qa/unit/screenshots/screenshots.cxx @@ -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); |