#8510: Tests fail after [8494]
------------------------------------+---------------------------------------
Reporter: jarrow | Owner: nobody
Status: new | Milestone: 1.0
Component: Uncategorized | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Comment (by jarrow):
Hmmm, some errors disappear below r8494 but this is still there with
r8493:
{{{
======================================================================
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>
----------------------------------------------------------------------
Ran 446 tests in 296.577s
FAILED (failures=1)
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/8510#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---