From 08ebd186f5fda613def3e4d8080c209aa18d6f22 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 20 Sep 2005 05:22:11 +0000 Subject: [PATCH] --- test/objectstore.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/objectstore.py b/test/objectstore.py index d58deee203..b6dc5bdd68 100644 --- a/test/objectstore.py +++ b/test/objectstore.py @@ -59,6 +59,7 @@ class SaveTest(AssertMixin): # assert the first one retreives the same from the identity map nu = m.get(u.user_id) + print "U: " + repr(u) + "NU: " + repr(nu) self.assert_(u is nu) # clear out the identity map, so next get forces a SELECT -- 2.47.2