summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2002-06-29 15:23:39 (GMT)
committerBarry Warsaw <barry@python.org>2002-06-29 15:23:39 (GMT)
commit19698174866b8c03848b6ca3a7ea9ce7f0133b91 (patch)
treeff3027664cf7a2fa86feb47edc33f60412f85b6d /Lib/test/test_email.py
parent9546e7972cd7fafa7da597cd433c6a59a3198ad8 (diff)
downloadcpython-19698174866b8c03848b6ca3a7ea9ce7f0133b91.zip
cpython-19698174866b8c03848b6ca3a7ea9ce7f0133b91.tar.gz
cpython-19698174866b8c03848b6ca3a7ea9ce7f0133b91.tar.bz2
Another test of long headers.
Diffstat (limited to 'Lib/test/test_email.py')
-rw-r--r--Lib/test/test_email.py4
1 files changed, 4 insertions, 0 deletions
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 @@ class TestIdempotent(TestEmailBase):
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)