diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-03 14:21:30 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-06-03 14:21:30 +0200 |
commit | 42f66af5a306ea959c7be3eb84ff93b4faf6cb43 (patch) | |
tree | 6f95f87e70346b78230e058bb2dba3f636f183ec /apps/files_encryption/tests/share.php | |
parent | 471d2b732c504d7231aa7f343f5cda8a701fa447 (diff) | |
download | nextcloud-server-42f66af5a306ea959c7be3eb84ff93b4faf6cb43.tar.gz nextcloud-server-42f66af5a306ea959c7be3eb84ff93b4faf6cb43.zip |
control files are no longer needed, remove them from the tests
Diffstat (limited to 'apps/files_encryption/tests/share.php')
-rwxr-xr-x | apps/files_encryption/tests/share.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php index 6d92881ceb0..28f0de4941b 100755 --- a/apps/files_encryption/tests/share.php +++ b/apps/files_encryption/tests/share.php @@ -646,9 +646,6 @@ class Test_Encryption_Share extends \PHPUnit_Framework_TestCase { \OCA\Encryption\Helper::adminEnableRecovery(null, 'test123'); $recoveryKeyId = OC_Appconfig::getValue('files_encryption', 'recoveryKeyId'); - // check if control file created - $this->assertTrue($this->view->file_exists('/control-file/controlfile.enc')); - // login as admin \Test_Encryption_Util::loginHelper(\Test_Encryption_Share::TEST_ENCRYPTION_SHARE_USER1); @@ -748,9 +745,6 @@ class Test_Encryption_Share extends \PHPUnit_Framework_TestCase { \OCA\Encryption\Helper::adminEnableRecovery(null, 'test123'); $recoveryKeyId = OC_Appconfig::getValue('files_encryption', 'recoveryKeyId'); - // check if control file created - $this->assertTrue($this->view->file_exists('/control-file/controlfile.enc')); - // login as user1 \Test_Encryption_Util::loginHelper(\Test_Encryption_Share::TEST_ENCRYPTION_SHARE_USER2); |