0 files changed New commits: commit 86558061332e9828d5a69fe97b439bf49560f552 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Mon Jan 30 14:17:43 2023 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon Jan 30 19:16:21 2023 +0000
sw: blind fix for uitest hang in sw/qa/uitest/writer_tests6/ there is another test document called edit_file_properties_before_saving.py that changes the option "Edit document properties before saving" to True. My theory is that it might affect save_readonly_with_password.py so let's move it to another folder to make sure this is not affecting the test Change-Id: Ib75361be31aceeec33df76ae31a9ee8c261a2c7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146357 Tested-by: Xisco Fauli <xiscofa...@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/qa/uitest/writer_tests6/save_readonly_with_password.py b/sw/qa/uitest/writer_tests3/save_readonly_with_password.py similarity index 100% rename from sw/qa/uitest/writer_tests6/save_readonly_with_password.py rename to sw/qa/uitest/writer_tests3/save_readonly_with_password.py