From e8e6410d456fa30556ef97e976cc7a6cef4b5f22 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Fri, 24 Oct 2014 12:17:12 -0700 Subject: [PATCH] Fix test suite change --- tests/interfaces/openlp_core_ui/test_projectormanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interfaces/openlp_core_ui/test_projectormanager.py b/tests/interfaces/openlp_core_ui/test_projectormanager.py index 4dd79ec7a..a46b0b93c 100644 --- a/tests/interfaces/openlp_core_ui/test_projectormanager.py +++ b/tests/interfaces/openlp_core_ui/test_projectormanager.py @@ -54,7 +54,7 @@ class TestProjectorManager(TestCase, TestMixin): Create the UI and setup necessary options """ self.build_settings() - self.get_application() + self.setup_application() Registry.create() if not hasattr(self, 'projector_manager'): with patch('openlp.core.lib.projector.db.init_url') as mocked_init_url: