]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Sep 2005 05:22:11 +0000 (05:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Sep 2005 05:22:11 +0000 (05:22 +0000)
test/objectstore.py

index d58deee2034d0a6ef739c4d387bc1937fc5e0686..b6dc5bdd682ff02fbe8d066a8f9b1b76e3eb8a94 100644 (file)
@@ -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