summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-04-01 12:31:06 +0200
committerMichael Stahl <mstahl@redhat.com>2015-04-01 12:31:06 +0200
commit7ea8046c741c8b7b608f26e312cc5f1056752c09 (patch)
tree1b2e779854250d9ff70dd1c7d3c0dc1c9c5371e4
parent31e24f487e5a4e917bb35fd396cf9f3ad84982a8 (diff)
Revert "skip SkipImages unit test on Windows"
-rw-r--r--sw/qa/extras/globalfilter/globalfilter.cxx2
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();
};