From 80713def304d13f3abab070f236237b7c9852793 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 18 Nov 2005 03:42:20 +0000 Subject: [PATCH] --- test/objectstore.py | 4 ++++ 1 file changed, 4 insertions(+) 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): -- 2.47.2