From 4744dce4dffdbfa1817d89b07ec7dc53f99b522c Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 21 Dec 2016 11:10:14 +0100 Subject: Nuke the legacy storage fallback from orbit Signed-off-by: Lukas Reschke --- tests/lib/Files/Storage/HomeTest.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests') 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 @@ -88,14 +88,6 @@ class HomeTest extends Storage { $this->assertEquals('home::' . $this->userId, $this->instance->getId()); } - /** - * 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 */ -- cgit v1.2.3