From 7f84fac9e5a95bfabea6db68bd63a0bd066ab8a7 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Mon, 24 Nov 2014 23:22:24 +0200 Subject: [PATCH] Introduced a problem on CI it seems. --- tests/interfaces/openlp_core_ui/test_servicemanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interfaces/openlp_core_ui/test_servicemanager.py b/tests/interfaces/openlp_core_ui/test_servicemanager.py index fdd0a31bc..fa6272598 100644 --- a/tests/interfaces/openlp_core_ui/test_servicemanager.py +++ b/tests/interfaces/openlp_core_ui/test_servicemanager.py @@ -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):