forked from openlp/openlp
We need to remove the service manager from the Registry in tearDown
This commit is contained in:
parent
cbb5630ba5
commit
c33cf2b5b5
@ -57,6 +57,7 @@ class TestServiceManager(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
|
||||||
"""
|
"""
|
||||||
|
Registry().remove('service_manager')
|
||||||
del self.main_window
|
del self.main_window
|
||||||
del self.service_manager
|
del self.service_manager
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user