summaryrefslogtreecommitdiffstats
path: root/sw/JunitTest_sw_complex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/JunitTest_sw_complex.mk')
-rw-r--r--sw/JunitTest_sw_complex.mk13
1 files changed, 1 insertions, 12 deletions
diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk
index 5551577a1747..3c330b65baf3 100644
--- a/sw/JunitTest_sw_complex.mk
+++ b/sw/JunitTest_sw_complex.mk
@@ -57,6 +57,7 @@ $(eval $(call gb_JunitTest_add_jars,sw_complex,\
$(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.accessibility.AccessibleRelationSet \
+ complex.writer.CheckBookmarks \
complex.checkColor.CheckChangeColor \
complex.writer.CheckCrossReferences \
complex.writer.CheckFlies \
@@ -66,17 +67,5 @@ $(eval $(call gb_JunitTest_add_classes,sw_complex,\
# fd#35657 test disabled - reenable if fixed
# complex.writer.TextPortionEnumerationTest \
-# Currently fails on all platforms, as getBookmarksHash in
-# sw/qa/complex/writer/CheckBookmarks.java obtains from
-# xBookmarks.getElementNames() names like "__UnoMark__1910_1361181355" that
-# cause NoSuchElementException, see
-# <https://bugs.freedesktop.org/show_bug.cgi?id=40819> "CheckBookmarks fails
-# with NoSuchElementException on names __UnoMark__1910_1361181355:"
-# # 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: