summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-27 14:32:19 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-27 14:32:19 +0200
commit678b7d7e4d042ede16261c7eae659b10e597fd55 (patch)
tree1cedacc0d5cc406af50c90be8e656356c60f59ad /tests/lib
parent93c25a1f4af11483baaef447faa235c938b2a444 (diff)
parent27683f944289e7b37f20ec7d877ed295d5ca66a3 (diff)
downloadnextcloud-server-678b7d7e4d042ede16261c7eae659b10e597fd55.tar.gz
nextcloud-server-678b7d7e4d042ede16261c7eae659b10e597fd55.zip
Merge pull request #15860 from owncloud/enc_fallback_old_encryption
[encryption] handle encrypted files correctly which where encrypted with a old version of ownCloud (<=oc6)
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/files/stream/encryption.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/stream/encryption.php b/tests/lib/files/stream/encryption.php
index 0b34de8ae12..892491cbc32 100644
--- a/tests/lib/files/stream/encryption.php
+++ b/tests/lib/files/stream/encryption.php
@@ -44,7 +44,7 @@ class Encryption extends \Test\TestCase {
return \OC\Files\Stream\Encryption::wrap($source, $internalPath,
$fullPath, $header, $uid, $encryptionModule, $storage, $encStorage,
- $util, $file, $mode, $size, $unencryptedSize);
+ $util, $file, $mode, $size, $unencryptedSize, 8192);
}
/**