[Zope-Checkins] CVS: Zope2 - test.py:1.1.2.2

Andreas Jung andreas@dhcp165.digicool.com
Fri, 4 May 2001 14:56:31 -0400


Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory yetix:/work/sandboxes/ajung-pathindex/lib/python/SearchIndex

Modified Files:
      Tag: ajung-pathindex
	test.py 
Log Message:




--- Updated File test.py in package Zope2 --
--- test.py	2001/05/04 16:00:47	1.1.2.1
+++ test.py	2001/05/04 18:55:15	1.1.2.2
@@ -36,4 +36,5 @@
 print PT.items()
 print PT.search( "/aa/bb", 0)
 print PT.search( "/aa/xx", 0)
-
+print PT.search( "/xx/dd", 1)
+print PT.search( "/bb/cc", -1)