diff options
author | ACTom <i@actom.me> | 2020-12-28 13:59:10 +0800 |
---|---|---|
committer | ACTom <i@actom.me> | 2020-12-28 13:59:10 +0800 |
commit | d9db6ae84e934028d2e2f692cfc6424deccb8e29 (patch) | |
tree | a11d8b37b5200b4166e07ad97fb32d8c5846366c /tests/data | |
parent | 2d175586b4f4785ff6993ece1946f28d543eadae (diff) | |
download | nextcloud-server-d9db6ae84e934028d2e2f692cfc6424deccb8e29.tar.gz nextcloud-server-d9db6ae84e934028d2e2f692cfc6424deccb8e29.zip |
Readd test getOnlyDefaultAliases()
Signed-off-by: ACTom <i@actom.me>
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js b/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js index 82dbbd37ab1..66f5dbbe0f6 100644 --- a/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js +++ b/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js @@ -102,7 +102,10 @@ OC.MimeTypeList={ "text/x-python": "text/code", "text/x-shellscript": "text/code", "web": "text/code", - "application/internet-shortcut": "link" + "application/internet-shortcut": "link", + "application/km": "mindmap", + "application/x-freemind": "mindmap", + "application/vnd.xmind.workbook": "mindmap" }, files: [ "application", @@ -119,6 +122,7 @@ OC.MimeTypeList={ "image", "link", "location", + "mindmap", "package-x-generic", "text", "text-calendar", |