From 860df55df726f9b66237e9b7482c8d5c4c42c132 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 9 Apr 2020 12:31:25 +0200 Subject: 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 --- qadevOOo/qa/registrymodifications.xcu | 1 + 1 file changed, 1 insertion(+) (limited to 'qadevOOo') 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 --> true +false en-US en en-US -- cgit