From 9bb757fd4f755422c9d8b1524591eb2ee1ab4d44 Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Sat, 7 Sep 2019 00:30:57 +0200 Subject: [PATCH] Revert changing test on run_openlp.py --- tests/functional/openlp_core/ui/test_mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core/ui/test_mainwindow.py b/tests/functional/openlp_core/ui/test_mainwindow.py index 78f1757da..817e2272e 100644 --- a/tests/functional/openlp_core/ui/test_mainwindow.py +++ b/tests/functional/openlp_core/ui/test_mainwindow.py @@ -107,7 +107,7 @@ class TestMainWindow(TestCase, TestMixin): Test that passing a non service file does nothing. """ # GIVEN a non service file as an argument to openlp - service = 'setup.py' + service = 'run_openlp.py' # WHEN the argument is processed self.main_window.open_cmd_line_files(service)