Kaydet (Commit) 7ea8046c authored tarafından Michael Stahl's avatar Michael Stahl

Revert "skip SkipImages unit test on Windows"

This reverts commit dae63f3d.

Crash should be fixed by fae6699c
üst 31e24f48
...@@ -43,9 +43,7 @@ public: ...@@ -43,9 +43,7 @@ public:
CPPUNIT_TEST(testCharHighlight); CPPUNIT_TEST(testCharHighlight);
CPPUNIT_TEST(testMSCharBackgroundEditing); CPPUNIT_TEST(testMSCharBackgroundEditing);
CPPUNIT_TEST(testCharBackgroundToHighlighting); CPPUNIT_TEST(testCharBackgroundToHighlighting);
#if !defined(WNT)
CPPUNIT_TEST(testSkipImages); CPPUNIT_TEST(testSkipImages);
#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