Commit a919b0fc authored by Jérome Perrin's avatar Jérome Perrin

wrong variable name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11124 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b204eee
......@@ -376,7 +376,7 @@ class TestERP5Type(PropertySheetTestCase, LogInterceptor):
return cached_var
from Products.ERP5Type.Cache import CachingMethod, clearCache
cache1 = CachingMethod(_cache, id='testing_cache')
cache = CachingMethod(_cache, id='testing_cache')
self.assertEquals(cache(), cached_var)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment