summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-03-25 09:09:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-03-25 14:34:07 +0100
commitcdd4f1cafef2c1592f6cb4ad1f4bca8db4225cbf (patch)
treee805a7a5d29fdd47d3829b7220ad7f30a5b51c76 /uitest
parent208bb103d3ad93c2356c60174a49204a3e919f74 (diff)
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 <caolanm@redhat.com>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/demo_ui/command_with_parameters.py4
1 files changed, 2 insertions, 2 deletions
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: