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

Tim Peters tim.one@comcast.net
Sun, 19 May 2002 13:14:48 -0400


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

Modified Files:
	testZCTextIndex.py 
Log Message:
Oops!  Call the right routine (typo in code just checked in).


=== Products/ZCTextIndex/tests/testZCTextIndex.py 1.27 => 1.28 ===
             self.zc_index.index_object(len(docs), Indexable(variant))
             try:
-                self._checkRelativeScores()
+                self._checkAbsoluteScores()
             except AssertionError:
                 pass
             else: