[Zope-Checkins] CVS: Zope2 - testCatalog.py:1.5.14.1

Andreas Jung andreas@dhcp165.digicool.com
Mon, 7 May 2001 11:30:17 -0400


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

Modified Files:
      Tag: ajung-pathindex
	testCatalog.py 
Log Message:
added support for path indexes



--- Updated File testCatalog.py in package Zope2 --
--- testCatalog.py	2001/04/17 17:08:13	1.5
+++ testCatalog.py	2001/05/07 15:29:00	1.5.14.1
@@ -7,6 +7,9 @@
     Andreas Jung, andreas@digicool.com
     
     $Log$
+    Revision 1.5.14.1  2001/05/07 15:29:00  andreas
+    added support for path indexes
+
     Revision 1.5  2001/04/17 17:08:13  chrism
     Merging into trunk.
 
@@ -1099,5 +1102,6 @@
 
 
 if __name__ == '__main__':
-       main()
 
+    C = Catalog.Catalog()
+    C.addIndex("pi","PathIndex")