summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2015-03-31 16:01:27 +0200
committerLászló Németh <laszlo.nemeth@collabora.com>2015-03-31 16:07:44 +0200
commitdae63f3dd8216aea7f6b594433b180d633d5551d (patch)
tree4696b23c8838bf1b6810a35c2e342fc2ecb860bc
parentb435cce975f71367100da7e3f7691744bde42e12 (diff)
skip SkipImages unit test on Windows
(temporarily, while fixing the segmentation fault in Tinderbox) Change-Id: Iddc1a14b0cdd8a20ac90fff175e99f60972672a1
-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();
};