summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_complex.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-11-13 17:26:20 +0100
committerMichael Stahl <mstahl@redhat.com>2015-11-13 17:39:32 +0100
commit126df1eee630d357443c52e08dd1712c5a1f3234 (patch)
treedf91299d16eede3d54148bfcfcc0db97ee026158 /sw/JunitTest_sw_complex.mk
parent57972554b58a680f47a05f4d6711c99106f80523 (diff)
sw: solve the CheckBookmarks fails on WNT mystery
After many years of careful investigation, we finally managed to solve the mystery: it turns out that Windows has different line endings than UNIX, which results in different hash values starting at m_nLinebreakHash. Change-Id: Ib5fab7cd43ad10ea9a33c29857c5b53c84e623fb
Diffstat (limited to 'sw/JunitTest_sw_complex.mk')
-rw-r--r--sw/JunitTest_sw_complex.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk
index e9b344c7903b..2539943b2a7b 100644
--- a/sw/JunitTest_sw_complex.mk
+++ b/sw/JunitTest_sw_complex.mk
@@ -50,6 +50,7 @@ $(eval $(call gb_JunitTest_use_jars,sw_complex,\
$(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.accessibility.AccessibleRelationSet \
complex.checkColor.CheckChangeColor \
+ complex.writer.CheckBookmarks \
complex.writer.CheckCrossReferences \
complex.writer.CheckFlies \
complex.writer.CheckTable \
@@ -58,11 +59,4 @@ $(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.writer.TextPortionEnumerationTest \
))
-# FIXME has never worked on windows, 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: