From 650592cf0181e219921d5e6bc3ffe007c95dc192 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Thu, 10 Nov 2011 11:33:05 +0100 Subject: fdo#40819 lp#868229: reenable CheckBookmarks subsequenttest * MsWord Hash changed from DEV300m41 => behaviour change, possible regression? --- sw/JunitTest_sw_complex.mk | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'sw/JunitTest_sw_complex.mk') 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 -# "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: -- cgit