Browse Source
Fix test case
Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
pull/14198/head
Romain Rivière
8 years ago
committed by
Daniel Kesselberg
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with
2 additions and
2 deletions
-
tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php
|
|
|
@ -43,8 +43,8 @@ class ExcludeFileByNameFilterIteratorTest extends TestCase { |
|
|
|
['Thumbs.db', false], |
|
|
|
['another file', true], |
|
|
|
['.directory', false], |
|
|
|
['.webapp-owncloud-obee', false], |
|
|
|
['wx.webapp-owncloud-obee', true], |
|
|
|
['.webapp-netxcloud-12.0.5', false], |
|
|
|
['wx.webapp-nextcloud-obee', true], |
|
|
|
]; |
|
|
|
} |
|
|
|
|
|
|
|
|