[Zope-Checkins] CVS: Zope/lib/python/Products/MailHost/tests - testMailHost.py:1.3
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 18:14:52 -0400
Update of /cvs-repository/Zope/lib/python/Products/MailHost/tests
In directory cvs.zope.org:/tmp/cvs-serv22561/tests
Modified Files:
testMailHost.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/Products/MailHost/tests/testMailHost.py 1.2 => 1.3 ===
--- Zope/lib/python/Products/MailHost/tests/testMailHost.py:1.2 Wed Mar 20 12:47:49 2002
+++ Zope/lib/python/Products/MailHost/tests/testMailHost.py Wed Aug 14 18:14:52 2002
@@ -5,7 +5,7 @@
from Products.MailHost.MailHost import MailHostError, _mungeHeaders
class TestMailHost( unittest.TestCase ):
-
+
def testAllHeaders( self ):
msg = """To: recipient@domain.com
From: sender@domain.com
@@ -57,4 +57,3 @@
if __name__ == '__main__':
main()
-