[Zope-Checkins] CVS: Zope/lib/python/BTrees/tests - testBTrees.py:1.47.4.1

Chris McDonough chrism@zope.com
Thu, 29 Aug 2002 01:31:48 -0400


Update of /cvs-repository/Zope/lib/python/BTrees/tests
In directory cvs.zope.org:/tmp/cvs-serv30531/lib/python/BTrees/tests

Modified Files:
      Tag: chrism-install-branch
	testBTrees.py 
Log Message:
CVS up -j from HEAD on chrism-installer-branch.

Sorry folks on various mailing lists whom are subjected to this.
If I knew how to cut down on unnecessary checkin messages to
the lists, I would.



=== Zope/lib/python/BTrees/tests/testBTrees.py 1.47 => 1.47.4.1 ===
--- Zope/lib/python/BTrees/tests/testBTrees.py:1.47	Wed Aug 14 17:32:24 2002
+++ Zope/lib/python/BTrees/tests/testBTrees.py	Thu Aug 29 01:31:15 2002
@@ -563,7 +563,7 @@
         self.assertEqual(diff , [], diff)
 
     def testDeleteTwoChildrenInorderSuccessorWorks(self):
-        """ 7, 3, 8, 1, 5, 10, 6, 4 -- del 3 """
+        # 7, 3, 8, 1, 5, 10, 6, 4 -- del 3
         self.t[7] = 6
         self.t[3] = 10
         self.t[8] = 12
@@ -577,7 +577,7 @@
         self.assertEqual(diff , [], diff)
 
     def testDeleteRootWorks(self):
-        """ 7, 3, 8, 1, 5, 10, 6, 4 -- del 7 """
+        # 7, 3, 8, 1, 5, 10, 6, 4 -- del 7
         self.t[7] = 6
         self.t[3] = 10
         self.t[8] = 12