From 09da6bb67e890de6dc5ba2716c79b0446f861b55 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 5 May 2006 12:08:23 -0400 Subject: Weakref additions prior to refactoring --- tests/tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/tests.py') diff --git a/tests/tests.py b/tests/tests.py index cfe1081..34b66d8 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -49,8 +49,7 @@ class BootTest(unittest.TestCase): self.make_basic_config() def tearDown(self): - # this is causing problems with the sync() test - # shutil.rmtree(self.topdir,ignore_errors=True) + shutil.rmtree(self.topdir,ignore_errors=True) self.api = None def make_basic_config(self): -- cgit