[Zope-Checkins] CVS: Zope3/lib/python/Persistence/BTrees/tests - testBTrees.py:1.7
Tim Peters
tim.one@comcast.net
Thu, 13 Jun 2002 12:45:49 -0400
Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees/tests
In directory cvs.zope.org:/tmp/cvs-serv11765/tests
Modified Files:
testBTrees.py
Log Message:
Repaired comments.
=== Zope3/lib/python/Persistence/BTrees/tests/testBTrees.py 1.6 => 1.7 ===
# answer is the 3 bucket, which requires going in a different direction
# at the very top node already. Consider a low-end range search for
- # 10. The BTree nodes direct it to the 11 bucket, but the correct answer
- # is the 7 bucket. This is also a nasty-case tree for deletions.
+ # 9. The BTree nodes direct it to the 7 bucket, but the correct answer
+ # is the 11 bucket. This is also a nasty-case tree for deletions.
def _build_degenerate_tree(self):
# Build the buckets and chain them together.