forked from openlp/openlp
fix the fix! renderer not included any more
This commit is contained in:
parent
078c8d41eb
commit
6ea3ac875c
@ -64,7 +64,7 @@ class TestMainWindow(TestCase, TestMixin):
|
|||||||
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'), \
|
||||||
patch('openlp.core.ui.mainwindow.PluginForm'), \
|
patch('openlp.core.ui.mainwindow.PluginForm'), \
|
||||||
patch('openlp.core.display.render.Renderer'):
|
patch('openlp.core.ui.mainwindow.server.HttpServer'):
|
||||||
self.main_window = MainWindow()
|
self.main_window = MainWindow()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user