Lets try this again

This commit is contained in:
Raoul Snyman 2014-11-24 23:34:10 +02:00
parent 7f84fac9e5
commit e537abf916
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class TestServiceManager(TestCase, TestMixin):
"""
Delete all the C++ objects at the end so that we don't have a segfault
"""
#del self.service_manager
del self.service_manager
del self.main_window
def basic_service_manager_test(self):