summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-03-11 12:30:14 +0100
committerMichael Stahl <mst@openoffice.org>2011-03-11 12:30:14 +0100
commitea129aa54826091152b59817a295ed0c7075b3bd (patch)
tree07c0d37bd329d1c0647d779a8928d7276314c8f7
parent47f1446583290916313eaf751b57cc9f7113b632 (diff)
sw34bf04: sw: enable complex test CheckBookmarks (except on windows)
-rwxr-xr-xsw/JunitTest_sw_complex.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk
index df81b22f712d..bbd05ffa8044 100755
--- a/sw/JunitTest_sw_complex.mk
+++ b/sw/JunitTest_sw_complex.mk
@@ -64,7 +64,11 @@ $(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.writer.TextPortionEnumerationTest \
))
-# currently fails (should run again in os146) (except on windows)
-# complex.writer.CheckBookmarks \
+# CheckBookmarks currently fails on windows because the hashes are different
+ifneq ($(OS),WNT)
+$(eval $(call gb_JunitTest_add_classes,sw_complex,\
+ complex.writer.CheckBookmarks \
+))
+endif
# vim: set noet sw=4 ts=4: