Kaydet (Commit) 01550a74 authored tarafından Michael Stahl's avatar Michael Stahl

sw: disable CheckBookmarks on WNT

Change-Id: Ia52cbea28c832706cbfa74c2b1d9bca43df006d9
üst 09b853e3
...@@ -58,7 +58,6 @@ $(eval $(call gb_JunitTest_use_jars,sw_complex,\ ...@@ -58,7 +58,6 @@ $(eval $(call gb_JunitTest_use_jars,sw_complex,\
$(eval $(call gb_JunitTest_add_classes,sw_complex,\ $(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.accessibility.AccessibleRelationSet \ complex.accessibility.AccessibleRelationSet \
complex.writer.CheckBookmarks \
complex.checkColor.CheckChangeColor \ complex.checkColor.CheckChangeColor \
complex.writer.CheckCrossReferences \ complex.writer.CheckCrossReferences \
complex.writer.CheckFields\ complex.writer.CheckFields\
...@@ -68,4 +67,11 @@ $(eval $(call gb_JunitTest_add_classes,sw_complex,\ ...@@ -68,4 +67,11 @@ $(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.writer.TextPortionEnumerationTest \ 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: # 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