commit | 19698174866b8c03848b6ca3a7ea9ce7f0133b91 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Sat Jun 29 15:23:39 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Sat Jun 29 15:23:39 2002 +0000 |
tree | ff3027664cf7a2fa86feb47edc33f60412f85b6d | |
parent | 9546e7972cd7fafa7da597cd433c6a59a3198ad8 [diff] [blame] |
Another test of long headers.
diff --git a/Lib/test/test_email.py b/Lib/test/test_email.py index efca478..14051c2 100644 --- a/Lib/test/test_email.py +++ b/Lib/test/test_email.py
@@ -1143,6 +1143,10 @@ msg, text = self._msgobj('msg_02.txt') self._idempotent(msg, text) + def test_long_header(self): + msg, text = self._msgobj('msg_27.txt') + self._idempotent(msg, text) + ## def test_MIME_digest_with_part_headers(self): ## msg, text = self._msgobj('msg_28.txt') ## self._idempotent(msg, text)