diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-10-26 10:42:26 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-10-26 14:59:57 +0100 |
commit | 66484d60134dcca0a123fd54635adc8e89ef96a7 (patch) | |
tree | 584a771161b741764376f8eff4b8ef53cac23d9f /sc/UITest_solver.mk | |
parent | f74bf51d9cdfc64b72434d062a67dba65eaf7447 (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_solver.mk')
-rw-r--r-- | sc/UITest_solver.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/UITest_solver.mk b/sc/UITest_solver.mk index bb1ca884e166..5a33d1e33bb1 100644 --- a/sc/UITest_solver.mk +++ b/sc/UITest_solver.mk @@ -16,7 +16,7 @@ $(eval $(call gb_UITest_add_modules,solver,$(SRCDIR)/sc/qa/uitest,\ # Disable bundled extensions with a hack, so that the alternative solver from --enable-ext-nlpsolver # does not kick in and cause the test's expectations to not be met: $(eval $(call gb_UITest_set_defs,solver, \ - TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \ + TDOC="$(SRCDIR)/sc/qa/uitest/data" \ BUNDLED_EXTENSIONS='$$$$BRAND_BASE_DIR/NONE' \ )) |