diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-24 00:45:44 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:43 +0200 |
commit | d2a5edacf8d225585230372098c67eb7ff7c2092 (patch) | |
tree | 227eb35662c5451c6b9b914695e9c6b1e29b840d /uitest/main.py | |
parent | 02c3817bb0e14f4ca3b4457361183be99714bc35 (diff) |
uitest: also remove the screenshot part from function names
Change-Id: Iac4f1724ed9c2a470ea1a1fe1ab0e834eb3f1795
Diffstat (limited to 'uitest/main.py')
-rw-r--r-- | uitest/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |