summaryrefslogtreecommitdiff
path: root/uitest/calc_tests
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/calc_tests
parent02c3817bb0e14f4ca3b4457361183be99714bc35 (diff)
uitest: also remove the screenshot part from function names
Change-Id: Iac4f1724ed9c2a470ea1a1fe1ab0e834eb3f1795
Diffstat (limited to 'uitest/calc_tests')
-rw-r--r--uitest/calc_tests/about_test.py2
1 files changed, 1 insertions, 1 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)