[Zope-CVS] CVS: Products/ZCTextIndex/tests - mailtest.py:1.7
Tim Peters
tim.one@comcast.net
Sat, 18 May 2002 10:57:25 -0400
Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv3540/tests
Modified Files:
mailtest.py
Log Message:
Restore CONTEXT to its original value.
=== Products/ZCTextIndex/tests/mailtest.py 1.6 => 1.7 ===
msg = docs[docid]
# print 3 lines of context
- CONTEXT = 5000
+ CONTEXT = 5
ctx = msg.text.split("\n", CONTEXT)
del ctx[-1]
print "-" * 60