Skip to content

Commit 61b61df

Browse files
author
Ralf Schlatterbeck
committed
remove duplicate Content-Type header from multipart_msg...
...and verify that regression test still runs, thanks to Erik Forsberg for noticing.
1 parent c00b7e5 commit 61b61df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/test_mailgw.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# but WITHOUT ANY WARRANTY; without even the implied warranty of
99
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010
#
11-
# $Id: test_mailgw.py,v 1.93 2008-02-07 03:55:14 richard Exp $
11+
# $Id: test_mailgw.py,v 1.94 2008-04-11 10:54:00 schlatterbeck Exp $
1212

1313
# TODO: test bcc
1414

@@ -344,9 +344,7 @@ def testNewIssueNoAuthorEmail(self):
344344
_______________________________________________________________________
345345
''')
346346

347-
multipart_msg = '''Content-Type: text/plain;
348-
charset="iso-8859-1"
349-
From: mary <[email protected]>
347+
multipart_msg = '''From: mary <[email protected]>
350348
351349
Message-Id: <followup_dummy_id>
352350
In-Reply-To: <dummy_test_message_id>

0 commit comments

Comments
 (0)