From dc5dad88799bbea03abc0606d922bf7e109ac800 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 19 May 2002 17:14:48 +0000 Subject: [PATCH] Oops! Call the right routine (typo in code just checked in). --- tests/testZCTextIndex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testZCTextIndex.py b/tests/testZCTextIndex.py index 7a1e00b..dc183be 100644 --- a/tests/testZCTextIndex.py +++ b/tests/testZCTextIndex.py @@ -317,7 +317,7 @@ def testAbsoluteScores(self): for variant in "one xyz", "xyz two three", "abc def": self.zc_index.index_object(len(docs), Indexable(variant)) try: - self._checkRelativeScores() + self._checkAbsoluteScores() except AssertionError: pass else: