diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-04-09 12:31:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-04-09 21:06:23 +0200 |
commit | 860df55df726f9b66237e9b7482c8d5c4c42c132 (patch) | |
tree | 86ee783bfc4787898c3fb012674241288c68e3b5 /qadevOOo/qa | |
parent | 5769851b4cbf1985004ab35bafd5ee69773b8db1 (diff) |
Force UITests to use internal Open/Save dialogs
At least on Windows, UITest_writer_tests
UITEST_TEST_NAME=compareDocuments.compareDocuments.test_tdf130960 would otherwise
open a system file-open dialog for "Compare to", which
execute_dialog_through_command could apparently not handle.
(The setting is changed for all tests that use
qadevOOo/qa/registrymodifications.xcu, not just UITests, but that appears to have no
negative consequences.)
Change-Id: I004d139595c8ef04fc94fdac855a44c7c393def3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91960
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'qadevOOo/qa')
-rw-r--r-- | qadevOOo/qa/registrymodifications.xcu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/qa/registrymodifications.xcu b/qadevOOo/qa/registrymodifications.xcu index 9d9c2a8ac714..aa833bd58b43 100644 --- a/qadevOOo/qa/registrymodifications.xcu +++ b/qadevOOo/qa/registrymodifications.xcu @@ -3,6 +3,7 @@ when building with non-en system locales --> <oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <item oor:path="/org.openoffice.Office.Calc/Formula/Syntax"><prop oor:name="EnglishFunctionName" oor:op="fuse"><value>true</value></prop></item> +<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="UseSystemFileDialog" oor:op="fuse"><value>false</value></prop></item> <item oor:path="/org.openoffice.Setup/L10N"><prop oor:name="ooSetupSystemLocale" oor:op="fuse"><value>en-US</value></prop></item> <item oor:path="/org.openoffice.Setup/L10N"><prop oor:name="ooLocale" oor:op="fuse"><value>en</value></prop></item> <item oor:path="/org.openoffice.Office.Linguistic/General"><prop oor:name="UILocale" oor:op="fuse"><value>en-US</value></prop></item> |