diff options
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/demo_ui/command_with_parameters.py | 4 |
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: |