helpcontent2 | 2 +- sw/qa/uitest/writer_tests4/spellDialog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit c7ef4b2757a5219e12a9b6a5c68b3512026d1ade Author: Oliver Specht <oliver.spe...@cib.de> AuthorDate: Mon Feb 19 13:40:11 2024 +0100 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Mon Feb 19 18:07:14 2024 +0100 Fix for test related to tdf#157992 KEYCODE is 'RIGHT' not 'KEY_RIGHT' Change-Id: I908f11db40737d9c188a9f4464f71ac0c67b40dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163595 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de> diff --git a/sw/qa/uitest/writer_tests4/spellDialog.py b/sw/qa/uitest/writer_tests4/spellDialog.py index 801141b75987..91be3cc3a948 100644 --- a/sw/qa/uitest/writer_tests4/spellDialog.py +++ b/sw/qa/uitest/writer_tests4/spellDialog.py @@ -190,7 +190,7 @@ frog, dogg, catt""" with self.ui_test.load_file(get_url_for_data_file("tdf157992.odt")) as document: with self.ui_test.execute_modeless_dialog_through_command(".uno:SpellingAndGrammarDialog", close_button="") as xDialog: sentence = xDialog.getChild('sentence') - sentence.executeAction('TYPE', mkPropertyValues({'KEYCODE':'KEY_RIGHT'})) + sentence.executeAction('TYPE', mkPropertyValues({'KEYCODE':'RIGHT'})) sentence.executeAction('TYPE', mkPropertyValues({'KEYCODE':'DELETE'})) sentence.executeAction('TYPE', mkPropertyValues({'KEYCODE':'DELETE'})) sentence.executeAction('TYPE', mkPropertyValues({'TEXT':'oo'})) commit 57000eb225476bcd456853230386cbf6e2ed5520 Author: Alain Romedenne <alain.romede...@libreoffice.org> AuthorDate: Mon Feb 19 18:07:13 2024 +0100 Commit: Gerrit Code Review <ger...@gerrit.libreoffice.org> CommitDate: Mon Feb 19 18:07:13 2024 +0100 Update git submodules * Update helpcontent2 from branch 'master' to d4aff35aba0b2db8179b57b523a94762f55b993a - Python Shell script update for macOS - Eases the identification of embedded Python with Basic - Launching Python console with Python remains to be improved Change-Id: I4b581770166701cccca664d0b5209ccbe8362282 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163172 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org> diff --git a/helpcontent2 b/helpcontent2 index 9e658568356d..d4aff35aba0b 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 9e658568356d855b70e021116dac60fb26f7d06f +Subproject commit d4aff35aba0b2db8179b57b523a94762f55b993a