From a5bc27c2a6982b4a734dc8ba07bbb2aa2aafb6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Rivi=C3=A8re?= Date: Mon, 5 Mar 2018 11:25:40 +0100 Subject: [PATCH] Fix test case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Romain Rivière --- .../Iterator/ExcludeFileByNameFilterIteratorTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php b/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php index ce677599eb8..109a37823df 100644 --- a/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php +++ b/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], ]; }