#12588: context_processors test failure since r12207
---------------------------+------------------------------------------------
Reporter: kmtracey | Owner: nobody
Status: new | Milestone: 1.2
Component: Uncategorized | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
---------------------------+------------------------------------------------
Since r12207 we're getting a failure when running the full test suite:
{{{
======================================================================
FAIL: test_message_attrs
(regressiontests.context_processors.tests.AuthContextProcessorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/slave-py2.5/parts/ubuntu9.10-py2.5-sqlite/django-
trunk_ubuntu9.10-py2.5-sqlite/build/tests/regressiontests/context_processors/tests.py",
line 73, in test_message_attrs
self.assertContains(response, "Message 1")
File "/home/buildbot/slave-py2.5/parts/ubuntu9.10-py2.5-sqlite/django-
trunk_ubuntu9.10-py2.5-sqlite/build/django/test/testcases.py", line 359,
in assertContains
"Couldn't find '%s' in response" % text)
AssertionError: Couldn't find 'Message 1' in response
----------------------------------------------------------------------
Ran 1349 tests in 409.910s
FAILED (failures=1)
Destroying test database 'default'...
Destroying test database 'other'...
program finished with exit code 1
elapsedTime=447.110000
}}}
(From http://buildbot.djangoproject.com/builders/django-
trunk%20ubuntu9.10-py2.5-sqlite/builds/140/steps/test/logs/stdio)
Running the context_processors test by itself does not show the failure.
--
Ticket URL: <http://code.djangoproject.com/ticket/12588>
Django <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.