[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex/tests - mhindex.py:1.18.26.1

Casey Duncan casey@zope.com
Wed, 4 Jun 2003 23:51:55 -0400


Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv5611/tests

Modified Files:
      Tag: casey-zctextindex-fewer-conflicts-branch
	mhindex.py 
Log Message:
Finish refactor of Lexicon to remove conflict causing counters
Move new wid generation back where it belongs
Add a sanity check to the wid generation
Remove counter references in mhindex test module


=== Zope/lib/python/Products/ZCTextIndex/tests/mhindex.py 1.18 => 1.18.26.1 ===
--- Zope/lib/python/Products/ZCTextIndex/tests/mhindex.py:1.18	Tue Dec  3 16:30:28 2002
+++ Zope/lib/python/Products/ZCTextIndex/tests/mhindex.py	Wed Jun  4 23:51:54 2003
@@ -441,8 +441,6 @@
             self.updatefolder(f, f.listmessages())
             print "Total", len(self.docpaths)
         self.commit()
-        print "Indexed", self.index.lexicon._nbytes, "bytes and",
-        print self.index.lexicon._nwords, "words;",
         print len(self.index.lexicon._words), "unique words."
 
     def updatefolder(self, f, msgs):