diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-05-27 23:51:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-05-27 23:55:49 +0200 |
commit | be01d68420086fc36ecf26b5f597ba7c6b29b369 (patch) | |
tree | 53544c3e3f75bcfb95c15763c97f4876e49f8149 /sw/qa | |
parent | 312cab50e057a85cbfd773e928eda3aadd69060c (diff) |
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
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/globalfilter/globalfilter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |