diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-12-20 19:18:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-20 19:28:01 +0000 |
commit | 574524604cfd73c25f3a95d2d09205e8e665082a (patch) | |
tree | dd982dc463581216c1c64728d1e887b01c828606 /smoketest | |
parent | 6f4575f89f6ab417abd7dfdb01fa80ca23a64cba (diff) |
Fix smoketest under right-to-left locales
The calc macro test tries to select a range of cells by moving selection
right, but this fails when the UI direction is right-to-left as the
first cell will be the right most and moving right will do nothing.
Fix this by forcing en-US locale like we do with JunitTest.
Change-Id: I08d0bc50013b0936af85af75bca82a44b044d48a
Reviewed-on: https://gerrit.libreoffice.org/32243
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/CppunitTest_smoketest.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk index 0a062ffa7c6f..f7d64cae562f 100644 --- a/smoketest/CppunitTest_smoketest.mk +++ b/smoketest/CppunitTest_smoketest.mk @@ -46,7 +46,8 @@ $(call gb_CppunitTest_get_target,smoketest): \ clean_CustomTarget_smoketest: rm -rf $(WORKDIR)/CustomTarget/smoketest - mkdir -p $(WORKDIR)/CustomTarget/smoketest + mkdir -p $(WORKDIR)/CustomTarget/smoketest/user + cp $(SRCDIR)/qadevOOo/qa/registrymodifications.xcu $(WORKDIR)/CustomTarget/smoketest/user $(WORKDIR)/Zip/smoketestdoc.sxw: $(call gb_Zip_get_target,smoketestdoc) cp $< $@ |