Log message for revision 104761:
  Fixed typo: glob, not grob

Changed:
  U   
Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py

-=-
Modified: 
Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py
===================================================================
--- 
Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py
       2009-10-03 00:12:24 UTC (rev 104760)
+++ 
Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py
       2009-10-03 09:47:48 UTC (rev 104761)
@@ -95,7 +95,7 @@
         self.assertEqual(wids, [0])
 
     def testTermToWordIdsWithProcess_post_glob(self):
-        """This test is for added process_post_grob"""
+        """This test is for added process_post_glob"""
         class AddedSplitter(Splitter):
             def process_post_glob(self, lst):
                 assert lst == ['dogs']
@@ -106,7 +106,7 @@
         self.assertEqual(wids, [3])
 
     def testMissingTermToWordIdsWithProcess_post_glob(self):
-        """This test is for added process_post_grob"""
+        """This test is for added process_post_glob"""
         class AddedSplitter(Splitter):
             def process_post_glob(self, lst):
                 assert lst == ['dogs']

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to