[Zodb-checkins] CVS: StandaloneZODB/ZODB/tests - IteratorStorage.py:1.6

Jeremy Hylton jeremy@zope.com
Wed, 23 Jan 2002 20:38:06 -0500


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

Modified Files:
	IteratorStorage.py 
Log Message:
Add comment:

# XXX need a test case that covers iteration over a storage that
# includes a transactional undo that un-created an object.



=== StandaloneZODB/ZODB/tests/IteratorStorage.py 1.5 => 1.6 ===
         eq(val, val0 + len(revids))
 
+# XXX need a test case that covers iteration over a storage that
+# includes a transactional undo that un-created an object.
+
 class IteratorStorage(IteratorCompare):
 
     def checkSimpleIteration(self):