forked from openlp/openlp
Fix unresolved conflict.
This commit is contained in:
parent
4151c0b79f
commit
aa5554a696
@ -63,13 +63,8 @@ class TestMainWindow(TestCase, TestMixin):
|
|||||||
patch('openlp.core.ui.mainwindow.ThemeManager'), \
|
patch('openlp.core.ui.mainwindow.ThemeManager'), \
|
||||||
patch('openlp.core.ui.mainwindow.ProjectorManager'), \
|
patch('openlp.core.ui.mainwindow.ProjectorManager'), \
|
||||||
patch('openlp.core.ui.mainwindow.websockets.WebSocketServer'), \
|
patch('openlp.core.ui.mainwindow.websockets.WebSocketServer'), \
|
||||||
<<<<<<< TREE
|
|
||||||
patch('openlp.core.ui.mainwindow.PluginForm'), \
|
patch('openlp.core.ui.mainwindow.PluginForm'), \
|
||||||
patch('openlp.core.ui.mainwindow.server.HttpServer'):
|
patch('openlp.core.ui.render.Renderer'):
|
||||||
=======
|
|
||||||
patch('openlp.core.ui.mainwindow.server.HttpServer'), \
|
|
||||||
patch('openlp.core.ui.mainwindow.Renderer'):
|
|
||||||
>>>>>>> MERGE-SOURCE
|
|
||||||
self.main_window = MainWindow()
|
self.main_window = MainWindow()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user