﻿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
11640	1.1 Test framework fails if CACHE_BACKEND = dummy	fgasperino	Dan Loewenherz	"
1.1 seems to fail built-in contrib/sessions/test.py if the cache api is enabled, but set to dummy.

CACHE_BACKEND = 'dummy:///'
#CACHE_BACKEND = ""locmem:///?timeout=300&max_entries=1000""

vs 

#CACHE_BACKEND = 'dummy:///'
CACHE_BACKEND = ""locmem:///?timeout=300&max_entries=1000""

Tests:

======================================================================
FAIL: Doctest: django.contrib.sessions.tests
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/franco/lib/python2.6/site-packages/django/test/_doctest.py"", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for django.contrib.sessions.tests
  File ""/home/franco/lib/python2.6/site-packages/django/contrib/sessions/tests.py"", line 0, in tests

----------------------------------------------------------------------
File ""/home/franco/lib/python2.6/site-packages/django/contrib/sessions/tests.py"", line 166, in django.contrib.sessions.tests
Failed example:
    cache_session.exists(cache_session.session_key)
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File ""/home/franco/lib/python2.6/site-packages/django/contrib/sessions/tests.py"", line 188, in django.contrib.sessions.tests
Failed example:
    cache_session.exists(key)
Expected:
    True
Got:
    False

vs

----------------------------------------------------------------------
Ran 36 tests in 1.284s

OK
Destroying test database...
"		closed	Testing framework	1.1		duplicate			Accepted	0	0	0	0	0	0
