[Zope-Checkins] CVS: ZODB3/ZEO/tests - InvalidationTests.py:1.1.4.9
Tim Peters
tim.one at comcast.net
Sat Aug 23 19:59:57 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv2628/ZEO/tests
Modified Files:
Tag: ZODB3-3_1-branch
InvalidationTests.py
Log Message:
_check_tree(): Repaired incorrect comment.
=== ZODB3/ZEO/tests/InvalidationTests.py 1.1.4.8 => 1.1.4.9 ===
--- ZODB3/ZEO/tests/InvalidationTests.py:1.1.4.8 Sat Aug 23 18:40:22 2003
+++ ZODB3/ZEO/tests/InvalidationTests.py Sat Aug 23 18:59:56 2003
@@ -232,7 +232,7 @@
StressThread = StressThread
def _check_tree(self, cn, tree):
- # Make sure the BTree is sane and that all the updates persisted.
+ # Make sure the BTree is sane at the C level.
retries = 3
while retries:
retries -= 1
More information about the Zope-Checkins
mailing list