summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-06-30 01:13:33 +0200
committerRobin Appelman <icewind@owncloud.com>2012-06-30 01:13:33 +0200
commitd43ed43b5a5614b05a6949b4a1e757c2c5246254 (patch)
tree9c61bea4e97c6f29e4057a53d5ef812f03fc8915 /tests/lib
parent252453cd343b690101189402ecefacf78f6704e2 (diff)
downloadnextcloud-server-d43ed43b5a5614b05a6949b4a1e757c2c5246254.tar.gz
nextcloud-server-d43ed43b5a5614b05a6949b4a1e757c2c5246254.zip
cant to ttl tests for xcache
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/cache/xcache.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/cache/xcache.php b/tests/lib/cache/xcache.php
index a5e954f827c..cc2077076ce 100644
--- a/tests/lib/cache/xcache.php
+++ b/tests/lib/cache/xcache.php
@@ -28,4 +28,8 @@ class Test_Cache_XCache extends Test_Cache {
public function setUp(){
$this->instance=new OC_Cache_XCache();
}
+
+ function testTTL(){
+ // ttl doesn't work correctly in the same request
+ }
}