office-gobmx/qadevOOo/qa/registrymodifications.xcu
Stephan Bergmann 860df55df7 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>
2020-04-09 21:06:23 +02:00

10 lines
987 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Force EN Calc function names and UI so "Filter" match also
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>
</oor:items>