[Zope-Checkins] CVS: Zope2 - testPathIndex.py:1.1.2.12
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Mon, 28 May 2001 15:21:53 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/tests
In directory serenade:/tmp/cvs-serv15818/tests
Modified Files:
Tag: ajung-dropin-registry
testPathIndex.py
Log Message:
changed request parameters
--- Updated File testPathIndex.py in package Zope2 --
--- testPathIndex.py 2001/05/23 19:56:03 1.1.2.11
+++ testPathIndex.py 2001/05/28 19:21:52 1.1.2.12
@@ -190,7 +190,7 @@
for comp,level,results in tests:
for path in [comp,"/"+comp,"/"+comp+"/"]:
- res = self._index._apply_index({"path":path,"path_level":level})
+ res = self._index._apply_index({"path":{'query':path,"level":level}})
lst = list(res[0].keys())
assert lst==results,res