fix tests, after unused variables are removed

remotes/origin/stable6
Björn Schießle 13 years ago
parent 1a3f7891ea
commit 710e9c2d14
  1. 2
      apps/files_encryption/tests/crypt.php

@ -575,7 +575,7 @@ class Test_Encryption_Crypt extends \PHPUnit_Framework_TestCase {
*/
function testLegacyKeyRecryptKeyfileEncrypt($crypted) {
$recrypted = Encryption\Crypt::LegacyKeyRecryptKeyfile($crypted, $this->pass, array($this->genPublicKey), $this->pass, '');
$recrypted = Encryption\Crypt::LegacyKeyRecryptKeyfile($crypted, $this->pass, array($this->genPublicKey));
$this->assertNotEquals($this->dataLong, $recrypted['data']);

Loading…
Cancel
Save