[Zope-CVS] CVS: Products/ZCTextIndex/tests - mailtest.py:1.1.2.5

Guido van Rossum guido@python.org
Wed, 1 May 2002 12:20:57 -0400


Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv28449

Modified Files:
      Tag: TextIndexDS9-branch
	mailtest.py 
Log Message:
Remove merge artefact -- mbox.next() was called twice.


=== Products/ZCTextIndex/tests/mailtest.py 1.1.2.4 => 1.1.2.5 ===
     i = 0
     while i < NUM:
-        box = mbox.next()
-        if box is None:
-            break
         i += 1
         _msg = mbox.next()
         if _msg is None: