summaryrefslogtreecommitdiff
path: root/sc/UITest_pageFormat.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-10-26 10:42:26 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2020-10-26 14:59:57 +0100
commit66484d60134dcca0a123fd54635adc8e89ef96a7 (patch)
tree584a771161b741764376f8eff4b8ef53cac23d9f /sc/UITest_pageFormat.mk
parentf74bf51d9cdfc64b72434d062a67dba65eaf7447 (diff)
uitest: sc: move data folder to the root uitest folder
Change-Id: I65e81bb3cc25283e882b4a63661c0959b297a76e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104802 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/UITest_pageFormat.mk')
-rw-r--r--sc/UITest_pageFormat.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/UITest_pageFormat.mk b/sc/UITest_pageFormat.mk
index 1cb0e0f9174f..ef260f831427 100644
--- a/sc/UITest_pageFormat.mk
+++ b/sc/UITest_pageFormat.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_UITest_add_modules,pageFormat,$(SRCDIR)/sc/qa/uitest,\
))
$(eval $(call gb_UITest_set_defs,pageFormat, \
- TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
+ TDOC="$(SRCDIR)/sc/qa/uitest/data" \
))
# vim: set noet sw=4 ts=4: