[Zope-Checkins] CVS: ZODB3/ZODB/tests - TransactionalUndoStorage.py:1.22.2.4

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


Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv26223/ZODB/tests

Modified Files:
      Tag: ZODB3-3_1-branch
	TransactionalUndoStorage.py 
Log Message:
Don't call the very dangerous clear() method.


=== ZODB3/ZODB/tests/TransactionalUndoStorage.py 1.22.2.3 => 1.22.2.4 ===
--- ZODB3/ZODB/tests/TransactionalUndoStorage.py:1.22.2.3	Tue May 13 14:53:45 2003
+++ ZODB3/ZODB/tests/TransactionalUndoStorage.py	Tue May 13 18:15:35 2003
@@ -644,7 +644,6 @@
         for t in packtimes:
             self._storage.pack(t, referencesf)
             cn.sync()
-            cn._cache.clear()
             # The last undo set the value to 3 and pack should
             # never change that.
             self.assertEqual(rt["test"].value, 3)