Commit 35879b41 authored by Tim Peters's avatar Tim Peters

Moved a comment that got disconnected from its class.

parent 460bcba1
......@@ -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 @@ text = [
way to the everlasting bonfire."""
]
# Subclasses should derive from one of testIndex.{CosineIndexTest,
# OkapiIndexTest} too.
class ZCIndexTestsBase:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment