summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-12-21 11:10:14 +0100
committerLukas Reschke <lukas@statuscode.ch>2016-12-23 12:49:46 +0100
commit4744dce4dffdbfa1817d89b07ec7dc53f99b522c (patch)
treed1f7e8784f41a901e830481de423236fc20662d1 /tests
parent91c87d3a7a219101abdb14c096a15587b79e5bea (diff)
downloadnextcloud-server-4744dce4dffdbfa1817d89b07ec7dc53f99b522c.tar.gz
nextcloud-server-4744dce4dffdbfa1817d89b07ec7dc53f99b522c.zip
Nuke the legacy storage fallback from orbit
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Files/Storage/HomeTest.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/lib/Files/Storage/HomeTest.php b/tests/lib/Files/Storage/HomeTest.php
index d9a1b11849e..e6899ff7d38 100644
--- a/tests/lib/Files/Storage/HomeTest.php
+++ b/tests/lib/Files/Storage/HomeTest.php
@@ -89,14 +89,6 @@ class HomeTest extends Storage {
}
/**
- * Tests that the legacy home id is in the format local::/path/to/datadir/user1/
- */
- public function testLegacyId() {
- $this->instance = new \OC\Files\Storage\Home(array('user' => $this->user, 'legacy' => true));
- $this->assertEquals('local::' . $this->tmpDir . '/', $this->instance->getId());
- }
-
- /**
* Tests that getCache() returns an instance of HomeCache
*/
public function testGetCacheReturnsHomeCache() {