]> granicus.if.org Git - python/commitdiff
test_mondo_message(): "binary" is not a legal content type, so with
authorBarry Warsaw <barry@python.org>
Fri, 6 Sep 2002 03:41:27 +0000 (03:41 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 6 Sep 2002 03:41:27 +0000 (03:41 +0000)
the previous RFC 2045, $5.2 repair to get_content_type() this
subpart's type will now be text/plain.

Lib/email/test/test_email_torture.py

index 7a0bd466b904c2009d7eaaa9da056b3ea3287da6..1bff09c18cba2e9ea8eb00690f783bcc46a6535d 100644 (file)
@@ -47,6 +47,7 @@ class TestCrispinTorture(TortureBase):
     # Mark Crispin's torture test from the SquirrelMail project
     def test_mondo_message(self):
         eq = self.assertEqual
+        neq = self.ndiffAssertEqual
         msg = self._msgobj('crispin-torture.txt')
         payload = msg.get_payload()
         eq(type(payload), ListType)
@@ -57,7 +58,7 @@ class TestCrispinTorture(TortureBase):
         # dump its structure and compare it against the known structure.
         fp = StringIO()
         _structure(msg, fp=fp)
-        eq(fp.getvalue(), """\
+        neq(fp.getvalue(), """\
 multipart/mixed
     text/plain
     message/rfc822
@@ -100,7 +101,7 @@ multipart/mixed
     message/rfc822
         multipart/mixed
             application/postscript
-            binary
+            text/plain
             message/rfc822
                 multipart/mixed
                     text/plain