Fix test suite change

This commit is contained in:
Ken Roberts 2014-10-24 12:17:12 -07:00
parent f81903bbcf
commit e8e6410d45
1 changed files with 1 additions and 1 deletions

View File

@ -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: