[Zope-Checkins] CVS: ZODB3/ZODB/tests - VersionStorage.py:1.17.4.3

Jeremy Hylton jeremy@zope.com
Tue, 13 May 2003 18:20:14 -0400


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():