[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sc/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Aug 27 20:21:32 UTC 2018
sc/qa/unit/screenshots/screenshots.cxx | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit ce6a51307863a69bf832647458cff3a58ddfaec4
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Jun 4 11:53:35 2018 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Aug 27 22:21:03 2018 +0200
loplugin:unreffun
...since 25d6789e0e7949fa2e7441eeeb0f6e9cf701dbed "sc: disable test that fails
on Windows"
Change-Id: I730495fe9b6d648c75a374b2cd15024e56c85126
(cherry picked from commit 78bd14939abb8040182b9db7b2c28c03d60eccb9)
diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx
index 75f91a3f96b4..f732b2c22b1a 100644
--- a/sc/qa/unit/screenshots/screenshots.cxx
+++ b/sc/qa/unit/screenshots/screenshots.cxx
@@ -75,10 +75,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();
};
@@ -289,6 +294,7 @@ void ScScreenshotTest::testOpeningModalDialogs()
mxComponent.clear();
}
+#if 0
void ScScreenshotTest::testMultiViewCopyPaste()
{
initialize();
@@ -335,6 +341,7 @@ void ScScreenshotTest::testMultiViewCopyPaste()
mxComponent->dispose();
mxComponent.clear();
}
+#endif
CPPUNIT_TEST_SUITE_REGISTRATION(ScScreenshotTest);
More information about the Libreoffice-commits
mailing list