[Zope-CVS] CVS: Products/ZCTextIndex/tests - testZCTextIndex.py:1.15
Tim Peters
tim.one@comcast.net
Fri, 17 May 2002 01:54:56 -0400
Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv5250/tests
Modified Files:
testZCTextIndex.py
Log Message:
Compute scaled_int the same way everywhere.
=== Products/ZCTextIndex/tests/testZCTextIndex.py 1.14 => 1.15 ===
from Products.ZCTextIndex.tests \
import testIndex, testQueryEngine, testQueryParser
-from Products.ZCTextIndex.CosineIndex import scaled_int, SCALE_FACTOR
+from Products.ZCTextIndex.BaseIndex import scaled_int, SCALE_FACTOR
from Products.ZCTextIndex.CosineIndex import CosineIndex
from Products.ZCTextIndex.OkapiIndex import OkapiIndex
from Products.ZCTextIndex.Lexicon import Lexicon, Splitter