[Zodb-checkins] CVS: ZODB3/Persistence/tests -
testPersistent.py:1.1.2.7
Tim Peters
tim.one at comcast.net
Mon Jul 7 17:52:36 EDT 2003
Update of /cvs-repository/ZODB3/Persistence/tests
In directory cvs.zope.org:/tmp/cvs-serv17073/Persistence/tests
Modified Files:
Tag: zodb33-devel-branch
testPersistent.py
Log Message:
Jar.close(): Since a PickleCache doesn't have a .clear() method anymore
on this branch, stop trying to call it.
=== ZODB3/Persistence/tests/testPersistent.py 1.1.2.6 => 1.1.2.7 ===
--- ZODB3/Persistence/tests/testPersistent.py:1.1.2.6 Mon Jul 7 14:41:49 2003
+++ ZODB3/Persistence/tests/testPersistent.py Mon Jul 7 16:52:31 2003
@@ -35,7 +35,7 @@
self.cache[obj._p_oid] = obj
def close(self):
- self.cache.clear()
+ pass
# the following methods must be implemented to be a jar
More information about the Zodb-checkins
mailing list