[Zodb-checkins] CVS: ZODB3/ZODB/tests - VersionStorage.py:1.17.4.3
Jeremy Hylton
jeremy at zope.com
Tue May 13 19:20:14 EDT 2003
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv26922/ZODB/tests
Modified Files:
Tag: ZODB3-3_1-branch
VersionStorage.py
Log Message:
Remove clear() call from another test.
=== ZODB3/ZODB/tests/VersionStorage.py 1.17.4.2 => 1.17.4.3 ===
--- ZODB3/ZODB/tests/VersionStorage.py:1.17.4.2 Tue May 13 14:53:45 2003
+++ ZODB3/ZODB/tests/VersionStorage.py Tue May 13 18:20:14 2003
@@ -491,7 +491,6 @@
self._storage.pack(time.time(), referencesf)
cn.sync()
- cn._cache.clear()
# make sure all the non-version data is there
for name, obj in root.items():
More information about the Zodb-checkins
mailing list