[Python-checkins] python/dist/src/Lib/email/test test_email.py,1.34,1.35

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Fri, 07 Mar 2003 07:58:53 -0800


Update of /cvsroot/python/python/dist/src/Lib/email/test
In directory sc8-pr-cvs1:/tmp/cvs-serv25158

Modified Files:
	test_email.py 
Log Message:
whitespace normalization


Index: test_email.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/test/test_email.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** test_email.py	7 Mar 2003 15:35:47 -0000	1.34
--- test_email.py	7 Mar 2003 15:58:51 -0000	1.35
***************
*** 773,781 ****
          self.assertEqual(msg.as_string(), """\
  Received-1: from FOO.TLD (vizworld.acl.foo.tld [123.452.678.9]) by
! 	hrothgar.la.mastaler.com (tmda-ofmipd) with ESMTP;
! 	Wed, 05 Mar 2003 18:10:18 -0700
  Received-2: from FOO.TLD (vizworld.acl.foo.tld [123.452.678.9]) by
! 	hrothgar.la.mastaler.com (tmda-ofmipd) with ESMTP;
! 	Wed, 05 Mar 2003 18:10:18 -0700
  
  """)
--- 773,781 ----
          self.assertEqual(msg.as_string(), """\
  Received-1: from FOO.TLD (vizworld.acl.foo.tld [123.452.678.9]) by
! \throthgar.la.mastaler.com (tmda-ofmipd) with ESMTP;
! \tWed, 05 Mar 2003 18:10:18 -0700
  Received-2: from FOO.TLD (vizworld.acl.foo.tld [123.452.678.9]) by
! \throthgar.la.mastaler.com (tmda-ofmipd) with ESMTP;
! \tWed, 05 Mar 2003 18:10:18 -0700
  
  """)
***************
*** 789,795 ****
          self.assertEqual(msg.as_string(), """\
  Received-1: <15975.17901.207240.414604@sgigritzmann1.mathematik.tu-muenchen.de>
! 	(David Bremner's message of "Thu, 6 Mar 2003 13:58:21 +0100")
  Received-2: <15975.17901.207240.414604@sgigritzmann1.mathematik.tu-muenchen.de>
! 	(David Bremner's message of "Thu, 6 Mar 2003 13:58:21 +0100")
  
  """)
--- 789,795 ----
          self.assertEqual(msg.as_string(), """\
  Received-1: <15975.17901.207240.414604@sgigritzmann1.mathematik.tu-muenchen.de>
! \t(David Bremner's message of "Thu, 6 Mar 2003 13:58:21 +0100")
  Received-2: <15975.17901.207240.414604@sgigritzmann1.mathematik.tu-muenchen.de>
! \t(David Bremner's message of "Thu, 6 Mar 2003 13:58:21 +0100")
  
  """)