From 9dd517071e60ff3677ea79e84577f3556ac7d4cc Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 11 May 2015 12:38:59 +0200 Subject: fix check if file is excluded from encryption --- tests/lib/encryption/utiltest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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), -- cgit v1.2.3