diff options
-rw-r--r-- | test/zblog/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/zblog/tests.py b/test/zblog/tests.py index 931aa66e8..7cec19590 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. |