summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test_email.py
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-05-29 00:14:10 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-05-29 00:14:10 (GMT)
commitd41595b920d098e8f05246cef0af6175d6c045be (patch)
treeefc297929402ec555f81aea6ed315d9291c6ecaf /Lib/test/test_email/test_email.py
parent3e0a1eb8890c25b9d1f98bc2f4a4bbe2a0cdfdce (diff)
downloadcpython-d41595b920d098e8f05246cef0af6175d6c045be.zip
cpython-d41595b920d098e8f05246cef0af6175d6c045be.tar.gz
cpython-d41595b920d098e8f05246cef0af6175d6c045be.tar.bz2
Refactor test_email/test_defect_handling.
Diffstat (limited to 'Lib/test/test_email/test_email.py')
-rw-r--r--Lib/test/test_email/test_email.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_email/test_email.py b/Lib/test/test_email/test_email.py
index 5131b65..3dda921 100644
--- a/Lib/test/test_email/test_email.py
+++ b/Lib/test/test_email/test_email.py
@@ -1973,7 +1973,7 @@ counter to RFC 2822, there's no separating newline here
[errors.FirstHeaderLineIsContinuationDefect])
eq(msg.defects[0].line, ' Line 1\n')
- # test_parser.TestMessageDefectDetectionBase
+ # test_defect_handling
def test_missing_header_body_separator(self):
# Our heuristic if we see a line that doesn't look like a header (no
# leading whitespace but no ':') is to assume that the blank line that