summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/util.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-04-09 17:52:24 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-04-23 12:54:25 +0200
commita86d97295e4e0e1560bcd4cce4bde21aa60a2486 (patch)
treec1a73dd7a985e8e09beeaa10cbf7631ff866b1d6 /apps/files_encryption/tests/util.php
parent4c840cb61d560ae567e3e9aaa7bd411cac917e48 (diff)
downloadnextcloud-server-a86d97295e4e0e1560bcd4cce4bde21aa60a2486.tar.gz
nextcloud-server-a86d97295e4e0e1560bcd4cce4bde21aa60a2486.zip
fix encryption tests after the removal of the shared folder
Diffstat (limited to 'apps/files_encryption/tests/util.php')
-rwxr-xr-xapps/files_encryption/tests/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/util.php b/apps/files_encryption/tests/util.php
index 203ba55dbfd..717b66b86af 100755
--- a/apps/files_encryption/tests/util.php
+++ b/apps/files_encryption/tests/util.php
@@ -520,8 +520,8 @@ class Test_Encryption_Util extends \PHPUnit_Framework_TestCase {
\OC_Util::tearDownFS();
\OC_User::setUserId('');
\OC\Files\Filesystem::tearDown();
- \OC_Util::setupFS($user);
\OC_User::setUserId($user);
+ \OC_Util::setupFS($user);
$params['uid'] = $user;
$params['password'] = $password;