diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-21 07:19:23 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-21 07:19:23 +0200 |
commit | c9e862ccbae4a659d8bb449ec63de1aa4756df28 (patch) | |
tree | e1ea5e0bbb848fa73981d0c07362792a50dc132b | |
parent | 4bf840e2cabd6402d2f8f3b67118d6661b0c5833 (diff) | |
download | nextcloud-server-c9e862ccbae4a659d8bb449ec63de1aa4756df28.tar.gz nextcloud-server-c9e862ccbae4a659d8bb449ec63de1aa4756df28.zip |
fix broken tests
-rwxr-xr-x | apps/files_encryption/tests/share.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php index 0b806394eb3..849f16c696d 100755 --- a/apps/files_encryption/tests/share.php +++ b/apps/files_encryption/tests/share.php @@ -557,15 +557,6 @@ class Test_Encryption_Share extends \PHPUnit_Framework_TestCase function testRecoveryFile() { - // disable encryption proxy to prevent recursive calls - $proxyStatus = \OC_FileProxy::$enabled; - \OC_FileProxy::$enabled = false; - - $this->view->unlink('/owncloud_private_key'); - $this->view->unlink('/public-keys'); - - \OC_FileProxy::$enabled = $proxyStatus; - \OCA\Encryption\Helper::adminEnableRecovery(null, 'test123'); $recoveryKeyId = OC_Appconfig::getValue('files_encryption', 'recoveryKeyId'); |