]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
forgot the tearDown step....
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Sep 2006 17:14:11 +0000 (17:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Sep 2006 17:14:11 +0000 (17:14 +0000)
test/zblog/tests.py

index 931aa66e81b4880da890d0bc6a7c47864faac00c..7cec19590125af5249a0093ce72ed1dfbaf47fdd 100644 (file)
@@ -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.