From: Mike Bayer Date: Tue, 20 Sep 2005 05:22:11 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~667 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ebd186f5fda613def3e4d8080c209aa18d6f22;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- 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