summaryrefslogtreecommitdiff
path: root/sw/qa/extras/globalfilter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-05-29 18:29:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-05-29 18:31:16 +0200
commit336176be8189fdb227b1029ede7eb1ab46326f45 (patch)
treef4550129bc7a34a03b78516b69e068f9fb451e84 /sw/qa/extras/globalfilter
parentcd2e7b7e4e46cb298c50fe8d8b512b1b36b3e197 (diff)
Revert "skip SkipImages unit test on MacOs"
Let's reenable the test for MacOs to see. The system cache has been purged, a "make distclean" has been done (see http://nabble.documentfoundation.org/About-skip-SkipImages-unit-test-on-MacOs-td4149788.html) This reverts commit be01d68420086fc36ecf26b5f597ba7c6b29b369. Change-Id: Ib281db5e3497a3bc9b176a28ccbee25ba051910a
Diffstat (limited to 'sw/qa/extras/globalfilter')
-rw-r--r--sw/qa/extras/globalfilter/globalfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx
index 66dd3aa2aa30..2281465946bb 100644
--- a/sw/qa/extras/globalfilter/globalfilter.cxx
+++ b/sw/qa/extras/globalfilter/globalfilter.cxx
@@ -45,7 +45,7 @@ public:
CPPUNIT_TEST(testCharHighlight);
CPPUNIT_TEST(testMSCharBackgroundEditing);
CPPUNIT_TEST(testCharBackgroundToHighlighting);
-#if !defined(WNT) && !defined(MACOSX)
+#if !defined(WNT)
CPPUNIT_TEST(testSkipImages);
#endif
CPPUNIT_TEST_SUITE_END();