~phill-ridout/openlp/fixes-mkII

« back to all changes in this revision

Viewing changes to tests/interfaces/openlp_core/ui/test_projectormanager.py

  • Committer: Phill Ridout
  • Date: 2017-11-09 20:24:46 UTC
  • mfrom: (2777.5.4 test_fixes)
  • Revision ID: phill.ridout@gmail.com-20171109202446-q4a7gwfih5mbw2mk
Test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        """
43
43
        Create the UI and setup necessary options
44
44
        """
 
45
        self.setup_application()
45
46
        self.build_settings()
46
 
        self.setup_application()
47
47
        Registry.create()
48
48
        with patch('openlp.core.lib.projector.db.init_url') as mocked_init_url:
49
49
            if os.path.exists(TEST_DB):