Ticket #6086: cache_test_fix.diff
| File cache_test_fix.diff, 458 bytes (added by pbx, 1 year ago) |
|---|
-
tests/regressiontests/cache/tests.py
old new 72 72 'function' : f, 73 73 'class' : C, 74 74 } 75 cache.set("stuff", stuff) 76 self.assertEqual(cache.get("stuff"), stuff) 75 77 76 78 def test_expiration(self): 77 79 # expiration
