[Zope-Checkins] CVS: StandaloneZODB/ZODB/tests - TransactionalUndoStorage.py:1.18

Barry Warsaw barry@wooz.org
Fri, 29 Mar 2002 12:50:55 -0500


Update of /cvs-repository/StandaloneZODB/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv5047

Modified Files:
	TransactionalUndoStorage.py 
Log Message:
checkTransactionalUndoAfterPack(): Removed two tests that weren't
really testing what we're interested in (they were testing the
equality of the exact layout of the undoInfo() -- not interesting).


=== StandaloneZODB/ZODB/tests/TransactionalUndoStorage.py 1.17 => 1.18 ===
         info2 = self._storage.undoInfo()
         eq(len(info2), 2)
-        eq(info2[0], info[0])
-        eq(info2[1], info[1])
         # And now attempt to undo the last transaction
         t = Transaction()
         self._storage.tpc_begin(t)