summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-03-03 16:48:06 +0100
committerRobin Appelman <icewind@owncloud.com>2014-03-03 16:48:06 +0100
commitbb8a7a2230ce1b13ab97e1558a56f54009064066 (patch)
tree9528b0d6696906db5179293276bad38228aa134c
parentda386aad5950235d6d1089f18b5ef4260057d78e (diff)
downloadnextcloud-server-bb8a7a2230ce1b13ab97e1558a56f54009064066.tar.gz
nextcloud-server-bb8a7a2230ce1b13ab97e1558a56f54009064066.zip
Remove assert since the root size of the home storage is no longer calculated
-rw-r--r--tests/lib/files/cache/homecache.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/files/cache/homecache.php b/tests/lib/files/cache/homecache.php
index dbcf6e9caa0..80dc54c9d19 100644
--- a/tests/lib/files/cache/homecache.php
+++ b/tests/lib/files/cache/homecache.php
@@ -90,7 +90,6 @@ class HomeCache extends \PHPUnit_Framework_TestCase {
// check that files and root size ignored the unknown sizes
$this->assertEquals(1000, $this->cache->calculateFolderSize('files'));
- $this->assertEquals(1000, $this->cache->calculateFolderSize(''));
// clean up
$this->cache->remove('');