Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Moved a comment that got disconnected from its class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Peters committed May 17, 2002
1 parent 94bbe5c commit 0307d26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/testZCTextIndex.py
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 0307d26

Please sign in to comment.