[Zope-CVS] CVS: Products/ZCTextIndex/tests - mailtest.py:1.1.2.9
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Wed, 1 May 2002 13:48:28 -0400
    
    
  
Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv9326
Modified Files:
      Tag: TextIndexDS9-branch
	mailtest.py 
Log Message:
fix "query" vs. "query_str"
=== Products/ZCTextIndex/tests/mailtest.py 1.1.2.8 => 1.1.2.9 ===
     if mbox_path is not None:
         index(rt, mbox_path)
-    if query is not None:
+    if query_str is not None:
         query(rt, query_str)
 
     cn.close()