diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-08-24 09:57:27 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-08-24 09:57:27 +0200 |
commit | 31d62c10bfa014ec295654da0dd77963a6d670dc (patch) | |
tree | 55975f46a4b10592ed9bd00fcf3e840ece1a2af5 /apps/files/tests | |
parent | 40b1054530229139a5cacf28ed4b883d52835ad6 (diff) | |
parent | 5e1c2aecc787c6504704deb85ca2ad493a1ad5d1 (diff) | |
download | nextcloud-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.php | 2 |
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']); } |