From d2a5edacf8d225585230372098c67eb7ff7c2092 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 24 Mar 2016 00:45:44 +0100 Subject: uitest: also remove the screenshot part from function names Change-Id: Iac4f1724ed9c2a470ea1a1fe1ab0e834eb3f1795 --- uitest/calc_tests/about_test.py | 2 +- uitest/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'uitest') 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() -- cgit