forked from openlp/openlp
stop thread
This commit is contained in:
parent
b3cd5a7b3d
commit
e896e2fd1f
@ -56,6 +56,8 @@ class TestImageManager(TestCase, TestMixin):
|
|||||||
"""
|
"""
|
||||||
Delete all the C++ objects at the end so that we don't have a segfault
|
Delete all the C++ objects at the end so that we don't have a segfault
|
||||||
"""
|
"""
|
||||||
|
self.image_manager.stop_manager = True
|
||||||
|
self.image_manager.image_thread.wait()
|
||||||
del self.app
|
del self.app
|
||||||
|
|
||||||
def test_basic_image_manager(self):
|
def test_basic_image_manager(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user