[Libreoffice-commits] core.git: sw/qa
Julien Nabet
serval2412 at yahoo.fr
Fri May 29 10:13:54 PDT 2015
sw/qa/extras/globalfilter/globalfilter.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d24b7de8f5fa51d9d96249459034e7b3b64583b5
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Fri May 29 19:12:49 2015 +0200
Fix Mac TBs by unhidding testSkipImages()
Change-Id: I2624ef7824859339b1b0a669279e7c4186ebf35b
diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx
index 2281465..a67a3cb 100644
--- a/sw/qa/extras/globalfilter/globalfilter.cxx
+++ b/sw/qa/extras/globalfilter/globalfilter.cxx
@@ -33,7 +33,7 @@ public:
void testCharHighlightBody();
void testMSCharBackgroundEditing();
void testCharBackgroundToHighlighting();
-#if !defined(WNT) && !defined(MACOSX)
+#if !defined(WNT)
void testSkipImages();
#endif
@@ -659,7 +659,7 @@ void Test::testCharBackgroundToHighlighting()
}
}
-#if !defined(WNT) && !defined(MACOSX)
+#if !defined(WNT)
void Test::testSkipImages()
{
// Check how LO skips image loading (but not texts of textboxes and custom shapes)
More information about the Libreoffice-commits
mailing list