[Zodb-checkins] CVS: Zope/lib/python/BTrees/tests - testBTrees.py:1.30
Jim Fulton
jim@zope.com
Thu, 30 May 2002 17:34:53 -0400
Update of /cvs-repository/Zope/lib/python/BTrees/tests
In directory cvs.zope.org:/tmp/cvs-serv4279
Modified Files:
testBTrees.py
Log Message:
Backing out a test that demonstrated a bug that Guido discovered. The
initial fix causes core dumps. We'll reenable this test when the bug
gets fixed (again).
=== Zope/lib/python/BTrees/tests/testBTrees.py 1.29 => 1.30 ===
self.t[None] = 1
- def testEmptyFirstBucketReportedByGuido(self):
+ def XXXtestEmptyFirstBucketReportedByGuido(self):
b = self.t
for i in xrange(29972): # reduce to 29971 and it works
b[i] = i