diff --git a/tests/testZCTextIndex.py b/tests/testZCTextIndex.py index 2485f0a..4f78a10 100644 --- a/tests/testZCTextIndex.py +++ b/tests/testZCTextIndex.py @@ -32,9 +32,6 @@ def eq(scaled1, scaled2, epsilon=scaled_int(0.01)): if abs(scaled1 - scaled2) > epsilon: raise AssertionError, "%s != %s" % (scaled1, scaled2) -# Subclasses should derive from one of testIndex.{CosineIndexTest, -# OkapiIndexTest} too. - # a series of text chunks to use for the re-index tests text = [ """Here's a knocking indeed! If a @@ -70,7 +67,8 @@ def eq(scaled1, scaled2, epsilon=scaled_int(0.01)): way to the everlasting bonfire.""" ] - +# Subclasses should derive from one of testIndex.{CosineIndexTest, +# OkapiIndexTest} too. class ZCIndexTestsBase: