diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-04-09 17:52:24 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-04-23 12:54:25 +0200 |
commit | a86d97295e4e0e1560bcd4cce4bde21aa60a2486 (patch) | |
tree | c1a73dd7a985e8e09beeaa10cbf7631ff866b1d6 /apps/files_encryption/tests/util.php | |
parent | 4c840cb61d560ae567e3e9aaa7bd411cac917e48 (diff) | |
download | nextcloud-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-x | apps/files_encryption/tests/util.php | 2 |
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; |