[Zodb-checkins] CVS: StandaloneZODB/BTrees/tests - testBTrees.py:1.29

Jeremy Hylton jeremy@zope.com
Thu, 30 May 2002 15:00:31 -0400


Update of /cvs-repository/StandaloneZODB/BTrees/tests
In directory cvs.zope.org:/tmp/cvs-serv30420

Modified Files:
	testBTrees.py 
Log Message:
Remove doc strings that obscure the "name" of the test


=== StandaloneZODB/BTrees/tests/testBTrees.py 1.28 => 1.29 ===
 
     def testUpdate(self):
-        "mapping update"
         d={}
         l=[]
         for i in range(10000):
@@ -332,7 +331,6 @@
         self.assertEqual(t.minKey(9) , 10)
 
     def testUpdate(self):
-        "mapping update"
         d={}
         l=[]
         for i in range(10000):