[Zodb-checkins] CVS: ZODB3/ZODB/tests - testFileStorage.py:1.32.6.1
Jeremy Hylton
jeremy at zope.com
Tue Sep 9 00:09:49 EDT 2003
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv12358/ZODB/tests
Modified Files:
Tag: ZODB3-3_2-branch
testFileStorage.py
Log Message:
Port the oid cache from ZODB 3.1.
=== ZODB3/ZODB/tests/testFileStorage.py 1.32 => 1.32.6.1 ===
--- ZODB3/ZODB/tests/testFileStorage.py:1.32 Fri May 2 10:50:21 2003
+++ ZODB3/ZODB/tests/testFileStorage.py Mon Sep 8 23:09:18 2003
@@ -88,7 +88,7 @@
class OldFileStorage(ZODB.FileStorage.FileStorage):
def _newIndexes(self):
- return {}, {}, {}, {}
+ return {}, {}, {}, {}, {}, {}, {}
from ZODB.fsIndex import fsIndex
@@ -113,7 +113,7 @@
class OldFileStorage(ZODB.FileStorage.FileStorage):
def _newIndexes(self):
- return {}, {}, {}, {}
+ return {}, {}, {}, {}, {}, {}, {}
from ZODB.fsIndex import fsIndex
More information about the Zodb-checkins
mailing list