[Zope-CVS] CVS: Products/ZCTextIndex/tests - testZCTextIndex.py:1.18
Tim Peters
tim.one@comcast.net
Fri, 17 May 2002 03:40:10 -0400
Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv32581/tests
Modified Files:
testZCTextIndex.py
Log Message:
Put an XXX on the important line.
=== Products/ZCTextIndex/tests/testZCTextIndex.py 1.17 => 1.18 ===
nbest, total = self.zc_index.query(w)
self.assertEqual(total, 0, "did not expect to find %s" % w)
+ # XXX The next line is necessary because we're not yet reindexing
+ # XXX docs correctly.
self.zc_index.unindex_object(docid)
class CosineIndexTests(ZCIndexTestsBase, testIndex.CosineIndexTest):