[Zodb-checkins] CVS: ZODB3/BTrees/tests - testConflict.py:1.16.8.2
Tim Peters
tim.one at comcast.net
Mon Jul 7 17:53:04 EDT 2003
Update of /cvs-repository/ZODB3/BTrees/tests
In directory cvs.zope.org:/tmp/cvs-serv17073/BTrees/tests
Modified Files:
Tag: zodb33-devel-branch
testConflict.py
Log Message:
Jar.close(): Since a PickleCache doesn't have a .clear() method anymore
on this branch, stop trying to call it.
=== ZODB3/BTrees/tests/testConflict.py 1.16.8.1 => 1.16.8.2 ===
--- ZODB3/BTrees/tests/testConflict.py:1.16.8.1 Mon Jul 7 15:20:05 2003
+++ ZODB3/BTrees/tests/testConflict.py Mon Jul 7 16:52:29 2003
@@ -79,7 +79,7 @@
r2 = self.db.open().root()
copy = r2["t"]
- copy.items() # unghostify
+ list(copy) # unghostify
self.assertEqual(self.t._p_serial, copy._p_serial)
More information about the Zodb-checkins
mailing list