[Zope-CVS] CVS: Products/ZCTextIndex/tests - testZCTextIndex.py:1.1.2.6

Jeremy Hylton jeremy@zope.com
Thu, 2 May 2002 23:03:28 -0400


Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv10038

Modified Files:
      Tag: TextIndexDS9-branch
	testZCTextIndex.py 
Log Message:
Whoops!  Fix one merge problem from the previous 2 checkins.

testIndex.Indexable -> testZCTextIndex.Indexable


=== Products/ZCTextIndex/tests/testZCTextIndex.py 1.1.2.5 => 1.1.2.6 ===
                 "Eat the lot."]
         for i in range(len(docs)):
-            self.zc_index.index_object(i + 1, testIndex.Indexable(docs[i]))
+            self.zc_index.index_object(i + 1, Indexable(docs[i]))
 
     def _ranking_tf(self):
         # matrix of term weights for the rows are docids