diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-13 10:44:05 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-06-13 10:44:05 +0200 |
commit | 2f1005f05fda3f2df5a02e1faf976682b5af319f (patch) | |
tree | 2a1f753a4d82c109e52eef801b3e47c106ebe256 /apps | |
parent | 27fcdb3af5d1b1012695a09e04c0a654a1dde710 (diff) | |
download | nextcloud-server-2f1005f05fda3f2df5a02e1faf976682b5af319f.tar.gz nextcloud-server-2f1005f05fda3f2df5a02e1faf976682b5af319f.zip |
LegacyKeyRecryptKeyfileEncrypt() no longer exists, so test can be removed
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/files_encryption/tests/crypt.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/apps/files_encryption/tests/crypt.php b/apps/files_encryption/tests/crypt.php index 341904b1189..c105e5ad319 100755 --- a/apps/files_encryption/tests/crypt.php +++ b/apps/files_encryption/tests/crypt.php @@ -613,24 +613,6 @@ class Test_Encryption_Crypt extends \PHPUnit_Framework_TestCase { /** * @medium - * @brief test decryption using legacy blowfish method - * @depends testLegacyEncryptLong - */ - function testLegacyKeyRecryptKeyfileEncrypt($crypted) { - - $recrypted = Encryption\Crypt::LegacyKeyRecryptKeyfile($crypted, $this->pass, array($this->genPublicKey)); - - $this->assertNotEquals($this->dataLong, $recrypted['data']); - - return $recrypted; - - # TODO: search inencrypted text for actual content to ensure it - # genuine transformation - - } - - /** - * @medium */ function testRenameFile() { |