Kaydet (Commit) 37e5910c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

fdo#40819# Disabled failing complex.writer.CheckBookmarks test for now.

üst e849071a
......@@ -66,11 +66,17 @@ $(eval $(call gb_JunitTest_add_classes,sw_complex,\
# fd#35657 test disabled - reenable if fixed
# complex.writer.TextPortionEnumerationTest \
# 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
# 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:
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