Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-02-10 21:24:24 +0400
committerRobin Appelman <icewind@owncloud.com>2013-02-11 16:33:41 +0400
commit299649b40e1a87eee7bcead74b269fe8c452e04d (patch)
tree548f997dee774bbb11732167d7cfe5ea0f3d0086 /tests
parent56d10e9054c5f2699e3e0df00bd71a40f53be738 (diff)
Cache: reuse known folder sizes when doing a shallow scan
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/files/cache/watcher.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/files/cache/watcher.php b/tests/lib/files/cache/watcher.php
index e8a1689cab0..8ef6ab44d10 100644
--- a/tests/lib/files/cache/watcher.php
+++ b/tests/lib/files/cache/watcher.php
@@ -76,7 +76,6 @@ class Watcher extends \PHPUnit_Framework_TestCase {
$updater->checkUpdate('');
$entry = $cache->get('foo.txt');
- $this->assertEquals(-1, $entry['size']);
$this->assertEquals('httpd/unix-directory', $entry['mimetype']);
$this->assertFalse($cache->inCache('folder'));
$this->assertFalse($cache->inCache('folder/bar.txt'));