diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-04-01 12:31:06 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-04-01 12:31:06 +0200 |
commit | 7ea8046c741c8b7b608f26e312cc5f1056752c09 (patch) | |
tree | 1b2e779854250d9ff70dd1c7d3c0dc1c9c5371e4 | |
parent | 31e24f487e5a4e917bb35fd396cf9f3ad84982a8 (diff) |
Revert "skip SkipImages unit test on Windows"
This reverts commit dae63f3dd8216aea7f6b594433b180d633d5551d.
Crash should be fixed by fae6699c2ec8d68766bb8d5f71483d4b65792327
-rw-r--r-- | sw/qa/extras/globalfilter/globalfilter.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx index 0126b711d4d3..3c3910f21fa9 100644 --- a/sw/qa/extras/globalfilter/globalfilter.cxx +++ b/sw/qa/extras/globalfilter/globalfilter.cxx @@ -43,9 +43,7 @@ public: CPPUNIT_TEST(testCharHighlight); CPPUNIT_TEST(testMSCharBackgroundEditing); CPPUNIT_TEST(testCharBackgroundToHighlighting); -#if !defined(WNT) CPPUNIT_TEST(testSkipImages); -#endif CPPUNIT_TEST_SUITE_END(); }; |