[Zope-Checkins] SVN: Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py Fixed typo: glob, not grob

Vincent Fretin vincent.fretin at gmail.com
Sat Oct 3 05:47:52 EDT 2009


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']



More information about the Zope-Checkins mailing list