#5981: regressiontests.cache.tests.Cache test failing with locmem cache backend
-----------------------+----------------------------------------------------
Reporter:  gwilson     |       Owner:  nobody      
  Status:  new         |   Component:  Cache system
 Version:  SVN         |    Keywords:              
   Stage:  Unreviewed  |   Has_patch:  0           
-----------------------+----------------------------------------------------
 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
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5981>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to