summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-06-13 15:05:54 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-06-18 12:53:20 +0200
commit7493ff062410093eca753780b7d226c63427d274 (patch)
treef3a13e1cf447517446cf724fbdb3fd5fa4d2132e /tests
parentc18836c8ae42d5a334baea228b7e792098a02089 (diff)
downloadnextcloud-server-7493ff062410093eca753780b7d226c63427d274.tar.gz
nextcloud-server-7493ff062410093eca753780b7d226c63427d274.zip
fix unit test by always initializing the root of the storage in the constructor
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/files/objectstore/swift.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/files/objectstore/swift.php b/tests/lib/files/objectstore/swift.php
index 7687818f43d..1e7495e0a22 100644
--- a/tests/lib/files/objectstore/swift.php
+++ b/tests/lib/files/objectstore/swift.php
@@ -35,7 +35,6 @@ class Swift extends PHPUnit_Framework_TestCase {
\OC_App::disable('files_sharing');
\OC_App::disable('files_versions');
- \OC_App::enable('objectstore');
// reset backend
\OC_User::clearBackends();