Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/client/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/client/cache.py')
-rwxr-xr-xtests/units/client/cache.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/units/client/cache.py b/tests/units/client/cache.py
index af05f43..31dc78c 100755
--- a/tests/units/client/cache.py
+++ b/tests/units/client/cache.py
@@ -30,8 +30,6 @@ class CacheTest(tests.Test):
self.statvfs = statvfs
self.override(os, 'statvfs', lambda *args: statvfs())
- cache_limit.value = 0
- cache_limit_percent.value = 0
def test_open(self):
volume = db.Volume('db', [Context, Implementation])
@@ -134,6 +132,7 @@ class CacheTest(tests.Test):
assert volume['implementation'].exists('2')
assert volume['implementation'].exists('3')
+ print '----------'
cache.ensure(2, 0)
assert not volume['implementation'].exists('1')
assert volume['implementation'].exists('2')