summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_complex.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-10 11:33:05 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-10 12:02:08 +0100
commit650592cf0181e219921d5e6bc3ffe007c95dc192 (patch)
tree92dee846d44109326c34471b2103e4a6512bc64c /sw/JunitTest_sw_complex.mk
parent54edd57f21519ab283fc1e0fb85b47b0beb59486 (diff)
fdo#40819 lp#868229: reenable CheckBookmarks subsequenttest
* MsWord Hash changed from DEV300m41 => behaviour change, possible regression?
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: