uitest/demo_ui/command_with_parameters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit cdd4f1cafef2c1592f6cb4ad1f4bca8db4225cbf Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Mar 25 09:09:40 2020 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Mar 25 14:34:07 2020 +0100 Defect type: IDENTIFIER_TYPO identifier_typo: Using "Libreoffice" appears to be a typo: "Libreoffice" is only known to be referenced here, or in copies of this code. Identifier "LibreOffice" is referenced elsewhere at least 19 times. Change-Id: I201bcc7e226dde52eed2c0281d2b9839a234af1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91033 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/uitest/demo_ui/command_with_parameters.py b/uitest/demo_ui/command_with_parameters.py index 3fd8c85e3ca7..c82d3359559a 100644 --- a/uitest/demo_ui/command_with_parameters.py +++ b/uitest/demo_ui/command_with_parameters.py @@ -17,8 +17,8 @@ class CommandWithParametersTest(UITestCase): self.xUITest.executeCommandWithParameters(".uno:Color", mkPropertyValues({"Color": 16776960})) xWriterEdit = self.xUITest.getTopFocusWindow().getChild("writer_edit") - type_text(xWriterEdit, "Libreoffice") + type_text(xWriterEdit, "LibreOffice") self.ui_test.close_doc() -# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file +# vim: set shiftwidth=4 softtabstop=4 expandtab: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits