[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex/tests - testPathIndex.py:1.4

Andreas Jung andreas@zope.com
Mon, 26 Nov 2001 14:00:07 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv26518/lib/python/Products/PluginIndexes/PathIndex/tests

Modified Files:
	testPathIndex.py 
Log Message:
added more tests


=== Zope/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py 1.3 => 1.4 ===
         tests = [
             (['aa','bb'],1,[1,2,3,4,5,6,10,11,12,13,14,15]),
+            (['aa','bb','xx'],1,[1,2,3,4,5,6,10,11,12,13,14,15]),
             ([('cc',1),('cc',2)],0,[3,6,7,8,9,12,15,16,17,18]),
         ]