[Zope-Checkins] CVS: Products/PluginIndexes/tests - testTextIndex.py:1.4

Evan Simpson evan@zope.com
Wed, 15 Aug 2001 16:54:58 -0400


Update of /cvs-repository/Products/PluginIndexes/tests
In directory cvs.zope.org:/tmp/cvs-serv14127/tests

Modified Files:
	testTextIndex.py 
Log Message:
Merge bugfix from Zope-2_4-branch


=== Products/PluginIndexes/tests/testTextIndex.py 1.3 => 1.4 ===
        "Test a default OR query"
        self.globTest({'text':'time country'}, [0,1,6])
+       self.globTest({'text':'time good country'}, [0,1,6])
 
    def testNearQuery(self):
        """Test a NEAR query.. (NOTE:ACTUALLY AN 'AND' TEST!!)"""