Commit 7ed92e53 authored by Jeremy Hylton's avatar Jeremy Hylton

Add comment:

# XXX need a test case that covers iteration over a storage that
# includes a transactional undo that un-created an object.
parent 0b97216e
......@@ -26,6 +26,9 @@ class IteratorCompare:
val = val + 1
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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment