]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix tests, after unused variables are removed
authorBjörn Schießle <schiessle@owncloud.com>
Mon, 27 May 2013 13:34:57 +0000 (15:34 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Mon, 27 May 2013 13:34:57 +0000 (15:34 +0200)
apps/files_encryption/tests/crypt.php

index 74b4252a1d46f0bcbcfb5b863df66e9427cfbad9..fa2a2984d5805fd6b522e88f848ccc2d428b6d14 100755 (executable)
@@ -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']);