From be01d68420086fc36ecf26b5f597ba7c6b29b369 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 27 May 2015 23:51:56 +0200 Subject: skip SkipImages unit test on MacOs In fact concerns MacOs TB 10.10_61 If someone wants to revert it go ahead but in this case, please: either fix the problem or disable this TB for the moment Thank you Change-Id: Ie8da48a9b117d7d24cbf27b5b5e8773f79464a31 --- sw/qa/extras/globalfilter/globalfilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/qa') diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx index b1abdec46fd8..c7af47e35558 100644 --- a/sw/qa/extras/globalfilter/globalfilter.cxx +++ b/sw/qa/extras/globalfilter/globalfilter.cxx @@ -43,7 +43,7 @@ public: CPPUNIT_TEST(testCharHighlight); CPPUNIT_TEST(testMSCharBackgroundEditing); CPPUNIT_TEST(testCharBackgroundToHighlighting); -#if !defined(WNT) +#if !defined(WNT) && !defined(MACOSX) CPPUNIT_TEST(testSkipImages); #endif CPPUNIT_TEST_SUITE_END(); -- cgit