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:
authorThomas Müller <thomas.mueller@tmit.eu>2013-02-12 20:07:49 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-02-12 20:07:49 +0400
commit251b676a06a1fc5d0e2606865d8794c749aed3c3 (patch)
treef28bb9bd6c38b6fec333fabada0f889e6e7c4d9f /tests
parent8d9352a40d6b02e17889ba02962e0a3880e0995e (diff)
parentb54dcd1999b0ce447dc6920ac8cd361095b8346d (diff)
Merge pull request #1616 from owncloud/cache_fixes_rebase
Cache: reuse known folder sizes when doing a shallow scan - rebase
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'));