summaryrefslogtreecommitdiffstats
path: root/sc/UITest_range_name.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-03-04 13:41:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-03-04 16:00:17 +0100
commitd515aaa11c42a9d5698380c2288ca7eb65228371 (patch)
tree41312e8d98abcd0aaaf9605ae6cf7010f04d675d /sc/UITest_range_name.mk
parentUpdate git submodules (diff)
downloadcore-d515aaa11c42a9d5698380c2288ca7eb65228371.tar.gz
core-d515aaa11c42a9d5698380c2288ca7eb65228371.zip
Fix some UITests to use copies of SRCDIR documents
...so that running those tests with a read-only SRCDIR succeeds. (Needed to move sc/qa/uitest/calc_tests/data/tdf76731.ods to fit the changes made to sc/UITest_statistics.mk; all documents used by that test need to be at the same place.) Change-Id: I5c4a28539b9bacde3ca8983502ceed8e4688c787 Reviewed-on: https://gerrit.libreoffice.org/68683 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/UITest_range_name.mk')
-rw-r--r--sc/UITest_range_name.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/UITest_range_name.mk b/sc/UITest_range_name.mk
index db8146dfd567..fd2e87e98828 100644
--- a/sc/UITest_range_name.mk
+++ b/sc/UITest_range_name.mk
@@ -12,4 +12,9 @@ $(eval $(call gb_UITest_UITest,range_name))
$(eval $(call gb_UITest_add_modules,range_name,$(SRCDIR)/sc/qa/uitest,\
range_name/ \
))
+
+$(eval $(call gb_UITest_set_defs,range_name, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
+))
+
# vim: set noet sw=4 ts=4: