[Zope-Checkins] CVS: Zope2 - testTextIndex.py:1.1.2.3

andreas@serenade.digicool.com andreas@serenade.digicool.com
Mon, 21 May 2001 12:50:04 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/tests
In directory serenade:/tmp/cvs-serv13777/Products/PluginIndexes/tests

Modified Files:
      Tag: ajung-dropin-registry
	testTextIndex.py 
Log Message:
removed debug code



--- Updated File testTextIndex.py in package Zope2 --
--- testTextIndex.py	2001/05/21 14:54:37	1.1.2.2
+++ testTextIndex.py	2001/05/21 16:50:03	1.1.2.3
@@ -351,9 +351,7 @@
        assert  r == [], r
 
        r = index._apply_index({'text':'"This is the time"'})
-       print r
        r=list(r[0].keys())
-
        assert  r == [0], r
 
    def checkTextIndexOperatorQuery(self):