[Zope-Checkins] CVS: ZODB3/ZEO/tests - Cache.py:1.9.94.1

Jeremy Hylton cvs-admin at zope.org
Wed Nov 19 17:39:26 EST 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv32546

Modified Files:
      Tag: ZODB3-mvcc-2-branch
	Cache.py 
Log Message:
txn undo returns tid, oid pair


=== ZODB3/ZEO/tests/Cache.py 1.9 => 1.9.94.1 ===
--- ZODB3/ZEO/tests/Cache.py:1.9	Thu Aug 29 12:32:51 2002
+++ ZODB3/ZEO/tests/Cache.py	Wed Nov 19 17:39:26 2003
@@ -42,7 +42,7 @@
         t.note('undo1')
         self._storage.tpc_begin(t)
 
-        oids = self._storage.transactionalUndo(tid, t)
+        tid, oids = self._storage.transactionalUndo(tid, t)
 
         # Make sure this doesn't load invalid data into the cache
         self._storage.load(oid, '')




More information about the Zope-Checkins mailing list