From: Robin Appelman Date: Mon, 25 Jul 2016 08:41:53 +0000 (+0200) Subject: fix test X-Git-Tag: v11.0RC2~953^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f18338d93284f475d7f78dc2762ff0fdc8137dea;p=nextcloud-server.git fix test --- diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 25b5b6e04e0..373f8c25152 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -198,7 +198,7 @@ class ViewControllerTest extends TestCase { [ 'id' => 'recent', 'appname' => 'files', - 'script' => 'list.php', + 'script' => 'recentlist.php', 'order' => 2, 'name' => (string)new \OC_L10N_String(new \OC_L10N('files'), 'Recent', []), 'active' => false,