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

Michael Stahl mstahl at redhat.com
Wed Apr 1 05:05:26 PDT 2015


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

New commits:
commit b812b668566c33dd96fedda91541738ab5b4cf19
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Apr 1 13:58:51 2015 +0200

    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.

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