summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_complex.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-02-14 17:33:19 +0100
committerMichael Stahl <mst@openoffice.org>2011-02-14 17:33:19 +0100
commit53d11881f2919e477801b80b612ddc6b11adbb55 (patch)
tree1e4c038a9eef1a3e9be13c2bfe17898b5aeb0415 /sw/JunitTest_sw_complex.mk
parent2b9ee96b5d07cff557ea25deb6d6fbd908a08f24 (diff)
sw34bf03: #i116192#: sw: enable complex tests again
Diffstat (limited to 'sw/JunitTest_sw_complex.mk')
-rwxr-xr-xsw/JunitTest_sw_complex.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk
index 4eb0dc405264..df81b22f712d 100755
--- a/sw/JunitTest_sw_complex.mk
+++ b/sw/JunitTest_sw_complex.mk
@@ -27,6 +27,11 @@
$(eval $(call gb_JunitTest_JunitTest,sw_complex))
+$(eval $(call gb_JunitTest_set_defs,sw_complex,\
+ $$(DEFS) \
+ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sw/qa/complex/writer/testdocuments \
+))
+
$(eval $(call gb_JunitTest_add_sourcefiles,sw_complex,\
sw/qa/complex/checkColor/CheckChangeColor \
sw/qa/complex/indeterminateState/CheckIndeterminateState \
@@ -52,6 +57,14 @@ $(eval $(call gb_JunitTest_add_jars,sw_complex,\
$(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.accessibility.AccessibleRelationSet \
complex.checkColor.CheckChangeColor \
+ complex.writer.CheckCrossReferences \
+ complex.writer.CheckFlies \
+ complex.writer.CheckIndexedPropertyValues \
+ complex.writer.CheckNamedPropertyValues \
+ complex.writer.TextPortionEnumerationTest \
))
+# currently fails (should run again in os146) (except on windows)
+# complex.writer.CheckBookmarks \
+
# vim: set noet sw=4 ts=4: