[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/tests - testTextIndexNGinCatalog.py:1.1.2.6
Andreas Jung
andreas@digicool.com
Mon, 25 Feb 2002 18:51:58 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/tests
In directory cvs.zope.org:/tmp/cvs-serv7003/tests
Modified Files:
Tag: ajung-textindexng-branch
testTextIndexNGinCatalog.py
Log Message:
added test for broken phrase search
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/tests/testTextIndexNGinCatalog.py 1.1.2.5 => 1.1.2.6 ===
verbose = 1
-timed_statistics = 1
+timed_statistics = 0
class TO(ExtensionClass.Base):
@@ -105,6 +105,8 @@
self.search('FOX quote jumps ', [2] )
self.search('FOX near over', [2] )
self.search('FOX quote over', [] )
+
+ self.search('jumps quote fox ', [] )
def testNearSearchWithStemmer(self):