Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Put an XXX on the important line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Peters committed May 17, 2002
1 parent 73c279b commit c276f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testZCTextIndex.py
Expand Up @@ -131,6 +131,8 @@ def testDocUpdate(self):
for w in v:
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):
Expand Down

0 comments on commit c276f2b

Please sign in to comment.