Skip to content

Commit 68549a0

Browse files
author
Alexander Smishlajev
committed
testRegistrationConfirmation: remove CR...
...at the end of the first line of split "Subject:" header. i don't think it was intentional (there ain't no such thing on split "Content-Type:" line), and it breaks header parsing on windows (CR is treated as newline, i.e. we get two newlines in a row).
1 parent 04f9a85 commit 68549a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_mailgw.py

Lines changed: 2 additions & 2 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.70 2004-09-29 08:05:33 a1s Exp $
11+
# $Id: test_mailgw.py,v 1.71 2004-09-29 09:17:57 a1s Exp $
1212

1313
# TODO: test bcc
1414

@@ -950,7 +950,7 @@ def testRegistrationConfirmation(self):
950950
951951
Cc: richard@test
952952
Message-Id: <dummy_test_message_id>
953-
Subject: Re: Complete your registration to Roundup issue tracker
953+
Subject: Re: Complete your registration to Roundup issue tracker
954954
-- key %s
955955
956956
This is a test confirmation of registration.

0 commit comments

Comments
 (0)