From: Mike Bayer Date: Fri, 18 Nov 2005 03:42:20 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80713def304d13f3abab070f236237b7c9852793;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/test/objectstore.py b/test/objectstore.py index a3881fd83e..c02b9af3a4 100644 --- a/test/objectstore.py +++ b/test/objectstore.py @@ -581,6 +581,10 @@ class SaveTest(AssertMixin): ) ]) + print "NEXT TEST" + objectstore.delete(objects[3]) + objectstore.commit() + def testassociation(self): class IKAssociation(object): def __repr__(self):