From 8f43b24f325a7129e947405587f40aa1749424b4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 7 Sep 2006 17:14:11 +0000 Subject: [PATCH] forgot the tearDown step.... --- test/zblog/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/zblog/tests.py b/test/zblog/tests.py index 931aa66e81..7cec195901 100644 --- a/test/zblog/tests.py +++ b/test/zblog/tests.py @@ -44,6 +44,7 @@ class SavePostTest(ZBlogTest): def tearDownAll(self): clear_mappers() + super(SavePostTest, self).tearDownAll() def testattach(self): """test that a transient/pending instance has proper bi-directional behavior. -- 2.47.2