comparison test/test_mailgw.py @ 2709:6b5c77c03231

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).
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Wed, 29 Sep 2004 09:17:57 +0000
parents d81a7b03435f
children d694b408a8bc
comparison
equal deleted inserted replaced
2706:3ebbb8111503 2709:6b5c77c03231
6 # 6 #
7 # This module is distributed in the hope that it will be useful, 7 # This module is distributed in the hope that it will be useful,
8 # but WITHOUT ANY WARRANTY; without even the implied warranty of 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of
9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 # 10 #
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 $
12 12
13 # TODO: test bcc 13 # TODO: test bcc
14 14
15 import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822 15 import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822
16 16

Roundup Issue Tracker: http://roundup-tracker.org/