[Zope-Checkins] CVS: Zope/lib/python/ZTUtils/tests - testTree.py:1.2.2.2

Martijn Pieters mj@zope.com
Sat, 5 Oct 2002 16:26:47 -0400


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

Modified Files:
      Tag: Zope-2_6-branch
	testTree.py 
Log Message:
Fix typo

=== Zope/lib/python/ZTUtils/tests/testTree.py 1.2.2.1 => 1.2.2.2 ===
--- Zope/lib/python/ZTUtils/tests/testTree.py:1.2.2.1	Fri Oct  4 16:55:06 2002
+++ Zope/lib/python/ZTUtils/tests/testTree.py	Sat Oct  5 16:26:47 2002
@@ -104,7 +104,7 @@
 
             self.assertEqual(node.size, len(node.flat()))
 
-    def testExpandsionMap(self):
+    def testExpansionMap(self):
         treeroot = self.tm.tree(self.root, self.expansionmap)
 
         self.assertEqual(treeroot.size, 5)