Ticket #27848: 27848-test.diff
File 27848-test.diff, 572 bytes (added by , 8 years ago) |
---|
-
tests/mail/tests.py
diff --git a/tests/mail/attachments/file.eml b/tests/mail/attachments/file.eml new file mode 100644 index 0000000..e69de29 diff --git a/tests/mail/tests.py b/tests/mail/tests.py index 63737b3..1b3e87b 100644
a b class MailTests(HeadersCheckMixin, SimpleTestCase): 401 401 ('file_png', None), 402 402 ('file_txt.png', 'image/png'), 403 403 ('file_png.txt', 'text/plain'), 404 ('file.eml', 'message/rfc822'), 404 405 ) 405 406 test_mimetypes = ['text/plain', 'image/png', None] 406 407