summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-05-12 09:12:38 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-05-12 09:12:38 +0200
commitb11c0c533e8d447e9193cd618bf11023e6216863 (patch)
tree983772cd3c2c402b435d708e6a3edc6cd9546236 /tests
parentdeeeca69fe232539e1d03560801dae5cbd7d5dbb (diff)
parent9dd517071e60ff3677ea79e84577f3556ac7d4cc (diff)
downloadnextcloud-server-b11c0c533e8d447e9193cd618bf11023e6216863.tar.gz
nextcloud-server-b11c0c533e8d447e9193cd618bf11023e6216863.zip
Merge pull request #16233 from owncloud/enc_fix_check_if_file_is_excluded
fix check if a file is excluded from encryption
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/encryption/utiltest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/encryption/utiltest.php b/tests/lib/encryption/utiltest.php
index 7de57043920..0154fa30f7d 100644
--- a/tests/lib/encryption/utiltest.php
+++ b/tests/lib/encryption/utiltest.php
@@ -135,6 +135,7 @@ class UtilTest extends TestCase {
public function providePathsForTestIsExcluded() {
return array(
+ array('/files_encryption', true),
array('files_encryption/foo.txt', true),
array('test/foo.txt', false),
array('/user1/files_encryption/foo.txt', true),