From 37e5910c13746cc3514a9e1443893dab306eb988 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 13 Sep 2011 10:07:09 +0200 Subject: [PATCH] fdo#40819# Disabled failing complex.writer.CheckBookmarks test for now. --- sw/JunitTest_sw_complex.mk | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk index a9259f3a3e26..5551577a1747 100644 --- a/sw/JunitTest_sw_complex.mk +++ b/sw/JunitTest_sw_complex.mk @@ -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 +# "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: