[Libreoffice-commits] core.git: sw/qa

László Németh laszlo.nemeth at collabora.com
Tue Mar 31 07:09:11 PDT 2015


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

New commits:
commit dae63f3dd8216aea7f6b594433b180d633d5551d
Author: László Németh <laszlo.nemeth at 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();
 };
 


More information about the Libreoffice-commits mailing list