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

Tim Peters tim.one@comcast.net
Fri, 17 May 2002 03:03:35 -0400


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

Modified Files:
	testZCTextIndex.py 
Log Message:
Moved a comment that got disconnected from its class.


=== Products/ZCTextIndex/tests/testZCTextIndex.py 1.15 => 1.16 ===
         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 @@
     way to the everlasting bonfire."""
 ]
 
-
+# Subclasses should derive from one of testIndex.{CosineIndexTest,
+# OkapiIndexTest} too.
 
 class ZCIndexTestsBase: