summaryrefslogtreecommitdiffstats
path: root/tests/data
diff options
context:
space:
mode:
authorACTom <i@actom.me>2020-12-28 13:59:10 +0800
committerACTom <i@actom.me>2020-12-28 13:59:10 +0800
commitd9db6ae84e934028d2e2f692cfc6424deccb8e29 (patch)
treea11d8b37b5200b4166e07ad97fb32d8c5846366c /tests/data
parent2d175586b4f4785ff6993ece1946f28d543eadae (diff)
downloadnextcloud-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.js6
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",