summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-04-01 13:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2015-04-01 13:59:58 +0200
commitb812b668566c33dd96fedda91541738ab5b4cf19 (patch)
tree531d77d4b3b9790823be93b8ee22d91a4d450580
parentef13ab6f6dfddbe2301a24840d49c086cba8a604 (diff)
Revert "Revert "skip SkipImages unit test on Windows""
This reverts commit 7ea8046c741c8b7b608f26e312cc5f1056752c09. Unfortunately test still fails on WNT tinderbox but it works for me locally, disable it again.
-rw-r--r--sw/qa/extras/globalfilter/globalfilter.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx
index 3c3910f21fa9..0126b711d4d3 100644
--- a/sw/qa/extras/globalfilter/globalfilter.cxx
+++ b/sw/qa/extras/globalfilter/globalfilter.cxx
@@ -43,7 +43,9 @@ public:
CPPUNIT_TEST(testCharHighlight);
CPPUNIT_TEST(testMSCharBackgroundEditing);
CPPUNIT_TEST(testCharBackgroundToHighlighting);
+#if !defined(WNT)
CPPUNIT_TEST(testSkipImages);
+#endif
CPPUNIT_TEST_SUITE_END();
};