]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Nov 2005 03:42:20 +0000 (03:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Nov 2005 03:42:20 +0000 (03:42 +0000)
test/objectstore.py

index a3881fd83ec52a2289777e19294e98b497e9d5d8..c02b9af3a442d43a08a12762fbe0ce7ad7149967 100644 (file)
@@ -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):