We need to remove the service manager from the Registry in tearDown

This commit is contained in:
Raoul Snyman 2014-11-27 01:45:17 +02:00
parent cbb5630ba5
commit c33cf2b5b5
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class TestServiceManager(TestCase, TestMixin):
"""
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.service_manager