﻿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
5981	regressiontests.cache.tests.Cache test failing with locmem cache backend	Gary Wilson	nobody	"Failure text:

{{{
======================================================================
FAIL: test_add (regressiontests.cache.tests.Cache)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/local/bzr/django/upstream/tests/regressiontests/cache/tests.py"", line 29, in test_add
    self.assertEqual(cache.get(""addkey1""), ""value"")
AssertionError: None != 'value'

----------------------------------------------------------------------
Ran 214 tests in 174.491s

FAILED (failures=1)
}}}

with cache settings:
{{{
CACHE_BACKEND = 'locmem:///'
CACHE_MIDDLEWARE_SECONDS = 600
}}}"		closed	Core (Cache system)	dev		fixed			Ready for checkin	1	0	0	0	0	0
