sw/qa/extras/globalfilter/globalfilter.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit dae63f3dd8216aea7f6b594433b180d633d5551d
Author: László Németh <laszlo.nem...@collabora.com>
Date:   Tue Mar 31 16:01:27 2015 +0200

    skip SkipImages unit test on Windows
    
    (temporarily, while fixing the segmentation fault in Tinderbox)
    
    Change-Id: Iddc1a14b0cdd8a20ac90fff175e99f60972672a1

diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx 
b/sw/qa/extras/globalfilter/globalfilter.cxx
index 3c3910f..0126b711 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();
 };
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to