[Libreoffice-commits] core.git: sw/qa
Julien Nabet
serval2412 at yahoo.fr
Wed May 27 14:56:35 PDT 2015
sw/qa/extras/globalfilter/globalfilter.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit be01d68420086fc36ecf26b5f597ba7c6b29b369
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Wed May 27 23:51:56 2015 +0200
skip SkipImages unit test on MacOs
In fact concerns MacOs TB 10.10_61
If someone wants to revert it go ahead but in this case, please:
either fix the problem
or disable this TB for the moment
Thank you
Change-Id: Ie8da48a9b117d7d24cbf27b5b5e8773f79464a31
diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx
index b1abdec..c7af47e 100644
--- a/sw/qa/extras/globalfilter/globalfilter.cxx
+++ b/sw/qa/extras/globalfilter/globalfilter.cxx
@@ -43,7 +43,7 @@ public:
CPPUNIT_TEST(testCharHighlight);
CPPUNIT_TEST(testMSCharBackgroundEditing);
CPPUNIT_TEST(testCharBackgroundToHighlighting);
-#if !defined(WNT)
+#if !defined(WNT) && !defined(MACOSX)
CPPUNIT_TEST(testSkipImages);
#endif
CPPUNIT_TEST_SUITE_END();
More information about the Libreoffice-commits
mailing list