summaryrefslogtreecommitdiffstats
path: root/apps/files/tests
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-24 09:57:27 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-24 09:57:27 +0200
commit31d62c10bfa014ec295654da0dd77963a6d670dc (patch)
tree55975f46a4b10592ed9bd00fcf3e840ece1a2af5 /apps/files/tests
parent40b1054530229139a5cacf28ed4b883d52835ad6 (diff)
parent5e1c2aecc787c6504704deb85ca2ad493a1ad5d1 (diff)
downloadnextcloud-server-31d62c10bfa014ec295654da0dd77963a6d670dc.tar.gz
nextcloud-server-31d62c10bfa014ec295654da0dd77963a6d670dc.zip
Merge pull request #17501 from tbartenstein/patch-1
Update fileinfo.php
Diffstat (limited to 'apps/files/tests')
-rw-r--r--apps/files/tests/ajax_rename.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/ajax_rename.php b/apps/files/tests/ajax_rename.php
index a690c7dcb0c..8abde9094d9 100644
--- a/apps/files/tests/ajax_rename.php
+++ b/apps/files/tests/ajax_rename.php
@@ -116,7 +116,7 @@ class Test_OC_Files_App_Rename extends \Test\TestCase {
$this->assertEquals('abcdef', $result['data']['etag']);
$this->assertFalse(isset($result['data']['tags']));
$this->assertEquals('/', $result['data']['path']);
- $icon = \OC_Helper::mimetypeIcon('dir');
+ $icon = \OC_Helper::mimetypeIcon('dir-external');
$icon = substr($icon, 0, -3) . 'svg';
$this->assertEquals($icon, $result['data']['icon']);
}