summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-24 00:45:44 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:43 +0200
commitd2a5edacf8d225585230372098c67eb7ff7c2092 (patch)
tree227eb35662c5451c6b9b914695e9c6b1e29b840d /uitest
parent02c3817bb0e14f4ca3b4457361183be99714bc35 (diff)
uitest: also remove the screenshot part from function names
Change-Id: Iac4f1724ed9c2a470ea1a1fe1ab0e834eb3f1795
Diffstat (limited to 'uitest')
-rw-r--r--uitest/calc_tests/about_test.py2
-rw-r--r--uitest/main.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/uitest/calc_tests/about_test.py b/uitest/calc_tests/about_test.py
index a9beb8e3793a..976651822836 100644
--- a/uitest/calc_tests/about_test.py
+++ b/uitest/calc_tests/about_test.py
@@ -9,7 +9,7 @@ import time
from uitest_helper import UITest
-def test_about_dlg_with_screenshot(xContext):
+def test_about_dlg(xContext):
xUITest = xContext.ServiceManager.createInstanceWithContext(
"org.libreoffice.uitest.UITest", xContext)
diff --git a/uitest/main.py b/uitest/main.py
index 11e92ee677db..e4d4f39fc038 100644
--- a/uitest/main.py
+++ b/uitest/main.py
@@ -57,7 +57,7 @@ if __name__ == "__main__":
generic_test(opts, line)
elif "--calc-demo" in opts:
- generic_test(opts, "calc_tests.about_test.test_about_dlg_with_screenshot")
+ generic_test(opts, "calc_tests.about_test.test_about_dlg")
generic_test(opts, "calc_tests.create_range_name.create_range_name")
else:
usage()