From: Mike Bayer Date: Wed, 9 Aug 2006 23:56:29 +0000 (+0000) Subject: added an objectstore clear X-Git-Tag: rel_0_2_7~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b73f0859fb5e1790f8d1bc416b88cda8185856e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git added an objectstore clear --- diff --git a/test/ext/activemapper.py b/test/ext/activemapper.py index f7f1cfe75b..990478cc98 100644 --- a/test/ext/activemapper.py +++ b/test/ext/activemapper.py @@ -249,7 +249,7 @@ class testmanytomany(testbase.PersistTest): def tearDownAll(self): clear_mappers() activemapper.drop_tables() - + objectstore.clear() def testbasic(self): # Set up activemapper objects foo1, baz1 = self.create_objects()