Kaydet (Commit) 336176be authored tarafından Julien Nabet's avatar Julien Nabet

Revert "skip SkipImages unit test on MacOs"

Let's reenable the test for MacOs to see.
The system cache has been purged, a "make distclean" has been done
(see http://nabble.documentfoundation.org/About-skip-SkipImages-unit-test-on-MacOs-td4149788.html)

This reverts commit be01d684.

Change-Id: Ib281db5e3497a3bc9b176a28ccbee25ba051910a
üst cd2e7b7e
...@@ -45,7 +45,7 @@ public: ...@@ -45,7 +45,7 @@ public:
CPPUNIT_TEST(testCharHighlight); CPPUNIT_TEST(testCharHighlight);
CPPUNIT_TEST(testMSCharBackgroundEditing); CPPUNIT_TEST(testMSCharBackgroundEditing);
CPPUNIT_TEST(testCharBackgroundToHighlighting); CPPUNIT_TEST(testCharBackgroundToHighlighting);
#if !defined(WNT) && !defined(MACOSX) #if !defined(WNT)
CPPUNIT_TEST(testSkipImages); CPPUNIT_TEST(testSkipImages);
#endif #endif
CPPUNIT_TEST_SUITE_END(); CPPUNIT_TEST_SUITE_END();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment