This commit is contained in:
Mike Bayer
2005-09-20 05:22:11 +00:00
parent f8d647c988
commit 08ebd186f5
+1
View 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