summaryrefslogtreecommitdiff
path: root/test/zblog/tests.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-09-07 17:14:11 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-09-07 17:14:11 +0000
commit8f43b24f325a7129e947405587f40aa1749424b4 (patch)
tree8b56b280fa82f313b1f472f03092c0547b1a550b /test/zblog/tests.py
parentd5d3c5495db598feac054c2c38f09539c30e0d99 (diff)
downloadsqlalchemy-8f43b24f325a7129e947405587f40aa1749424b4.tar.gz
forgot the tearDown step....
Diffstat (limited to 'test/zblog/tests.py')
-rw-r--r--test/zblog/tests.py1
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.