[Zope-Checkins] CVS: Zope2 - testPathIndex.py:1.1.2.6
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Fri, 18 May 2001 14:06:29 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/tests
In directory serenade:/tmp/cvs-serv2717/tests
Modified Files:
Tag: ajung-dropin-registry
testPathIndex.py
Log Message:
added recursive search
--- Updated File testPathIndex.py in package Zope2 --
--- testPathIndex.py 2001/05/17 12:27:20 1.1.2.5
+++ testPathIndex.py 2001/05/18 18:06:29 1.1.2.6
@@ -197,6 +197,8 @@
lst = list(res[0].keys())
assert lst==[4,13],res
+ res= self._index._apply_index( {"path":"/aa/cc","path_level":-1})
+ lst = list(res[0].keys())
def test_suite():
return unittest.makeSuite( TestCase )