Commit 3e375ea8 authored by Tim Peters's avatar Tim Peters

Put an XXX on the important line.

parent f2a03547
...@@ -131,6 +131,8 @@ class ZCIndexTestsBase: ...@@ -131,6 +131,8 @@ class ZCIndexTestsBase:
for w in v: for w in v:
nbest, total = self.zc_index.query(w) nbest, total = self.zc_index.query(w)
self.assertEqual(total, 0, "did not expect to find %s" % 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) self.zc_index.unindex_object(docid)
class CosineIndexTests(ZCIndexTestsBase, testIndex.CosineIndexTest): class CosineIndexTests(ZCIndexTestsBase, testIndex.CosineIndexTest):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment