From 10f7a464b4abc797d911228c92da405def0fdc2b Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sat, 16 Feb 2013 19:06:23 +0100 Subject: [PATCH] delete appliction in tearDown --- tests/interfaces/openlp_core_lib/test_pluginmanager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/interfaces/openlp_core_lib/test_pluginmanager.py b/tests/interfaces/openlp_core_lib/test_pluginmanager.py index 498803c44..ca8ed3f07 100644 --- a/tests/interfaces/openlp_core_lib/test_pluginmanager.py +++ b/tests/interfaces/openlp_core_lib/test_pluginmanager.py @@ -33,6 +33,7 @@ class TestPluginManager(TestCase): def tearDown(self): os.unlink(self.ini_file) + del self.app def find_plugins_test(self): """