]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Sep 2005 06:30:43 +0000 (06:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Sep 2005 06:30:43 +0000 (06:30 +0000)
test/mapper.py

index 6aa965335af8ff4a7706b8b93fc3cd0c777e7c77..1bbcd54365b69f02881f4dae575e5684b327757d 100644 (file)
@@ -66,7 +66,7 @@ class MapperTest(AssertMixin):
         u = m.get(7)
         u2 = m.get(7)
         self.assert_(u is u2)
-        identity_map.clear("thread")
+        objectstore.clear("thread")
         u2 = m.get(7)
         self.assert_(u is not u2)