#8511 closed (fixed)
[8483] broke tests
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This was triggered by [8483]. Tested on Debian Etch, sqlite and Python 2.4.4
====================================================================== FAIL: Doctest: regressiontests.mail.tests ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/django/test/_doctest.py", line 2180, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for regressiontests.mail.tests File "/srv/lib/django-trunk/tests/regressiontests/mail/tests.py", line 1, in tests ---------------------------------------------------------------------- File "/srv/lib/django-trunk/tests/regressiontests/mail/tests.py", line 12, in regressiontests.mail.tests Failed example: message['Subject'] Expected: <email.header.Header instance...> Got: <email.Header.Header instance at 0x2aaaabb365f0> ---------------------------------------------------------------------- File "/srv/lib/django-trunk/tests/regressiontests/mail/tests.py", line 27, in regressiontests.mail.tests Failed example: message['Subject'] Expected: <email.header.Header instance...> Got: <email.Header.Header instance at 0x2aaaabb04200>
Note:
See TracTickets
for help on using tickets.
(In [8508]) Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't really contributing anything anyway. Thanks to jarrow for the report.