diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-10-13 15:14:07 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2021-10-13 18:10:37 +0200 |
commit | 2f38781c965904ad10da1953be445fa690adc2cd (patch) | |
tree | f6788d4ad8d155a00f4e6362e7a652a7d1a7e1b7 /tests/data | |
parent | 0d2e05a0b57723b9f3dddc3ef2ad59c1844d7697 (diff) | |
download | nextcloud-server-2f38781c965904ad10da1953be445fa690adc2cd.tar.gz nextcloud-server-2f38781c965904ad10da1953be445fa690adc2cd.zip |
Fix integrity checker tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js b/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js index 66f5dbbe0f6..2625a3c3016 100644 --- a/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js +++ b/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js @@ -56,7 +56,13 @@ OC.MimeTypeList={ "application/vnd.oasis.opendocument.text": "x-office/document", "application/vnd.oasis.opendocument.text-master": "x-office/document", "application/vnd.oasis.opendocument.text-template": "x-office/document", + "application/vnd.oasis.opendocument.graphics": "x-office/drawing", + "application/vnd.oasis.opendocument.graphics-template": "x-office/drawing", "application/vnd.oasis.opendocument.text-web": "x-office/document", + "application/vnd.oasis.opendocument.text-flat-xml": "x-office/document", + "application/vnd.oasis.opendocument.spreadsheet-flat-xml": "x-office/spreadsheet", + "application/vnd.oasis.opendocument.graphics-flat-xml": "x-office/drawing", + "application/vnd.oasis.opendocument.presentation-flat-xml": "x-office/presentation", "application/vnd.openxmlformats-officedocument.presentationml.presentation": "x-office/presentation", "application/vnd.openxmlformats-officedocument.presentationml.slideshow": "x-office/presentation", "application/vnd.openxmlformats-officedocument.presentationml.template": "x-office/presentation", @@ -130,6 +136,7 @@ OC.MimeTypeList={ "text-vcard", "video", "x-office-document", + "x-office-drawing", "x-office-presentation", "x-office-spreadsheet" ], |