﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12588	context_processors test failure since r12207	Karen Tracey	nobody	"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."		closed	Uncategorized	dev		fixed			Unreviewed	0	0	0	0	0	0
