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

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


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

Modified Files:
	testTree.py 
Log Message:
Fix typo

=== Zope/lib/python/ZTUtils/tests/testTree.py 1.2 => 1.3 ===
--- Zope/lib/python/ZTUtils/tests/testTree.py:1.2	Fri Oct  4 16:27:01 2002
+++ Zope/lib/python/ZTUtils/tests/testTree.py	Sat Oct  5 16:26:40 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)