Skip to content
Snippets Groups Projects
Commit 283b99a4 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #10276 from owncloud/skip-webdavput

skip WebdavTest of encryption
parents 54981863 5a2fef43
Branches
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class Test_Encryption_Crypt extends \PHPUnit_Framework_TestCase {
function setUp() {
// set user id
\OC_User::setUserId(\Test_Encryption_Crypt::TEST_ENCRYPTION_CRYPT_USER1);
\Test_Encryption_Util::loginHelper(\Test_Encryption_Crypt::TEST_ENCRYPTION_CRYPT_USER1);
$this->userId = \Test_Encryption_Crypt::TEST_ENCRYPTION_CRYPT_USER1;
$this->pass = \Test_Encryption_Crypt::TEST_ENCRYPTION_CRYPT_USER1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment