From: Mike Bayer Date: Thu, 7 Sep 2006 17:14:11 +0000 (+0000) Subject: forgot the tearDown step.... X-Git-Tag: rel_0_3_0~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f43b24f325a7129e947405587f40aa1749424b4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git forgot the tearDown step.... --- 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.