Skip to content

Commit cb09c28

Browse files
committed
fix: adjust test for font icon
Signed-off-by: Daniel Kesselberg <[email protected]>
1 parent 9a7e2b1 commit cb09c28

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ OC.MimeTypeList={
1010
aliases: {
1111
"application/coreldraw": "image",
1212
"application/epub+zip": "text",
13-
"application/font-sfnt": "image",
14-
"application/font-woff": "image",
13+
"application/font-sfnt": "font",
14+
"application/font-woff": "font",
1515
"application/gpx+xml": "location",
1616
"application/gzip": "package/x-generic",
1717
"application/illustrator": "image",
@@ -35,7 +35,7 @@ OC.MimeTypeList={
3535
"application/vnd.ms-excel.sheet.binary.macroEnabled.12": "x-office/spreadsheet",
3636
"application/vnd.ms-excel.sheet.macroEnabled.12": "x-office/spreadsheet",
3737
"application/vnd.ms-excel.template.macroEnabled.12": "x-office/spreadsheet",
38-
"application/vnd.ms-fontobject": "image",
38+
"application/vnd.ms-fontobject": "font",
3939
"application/vnd.ms-powerpoint": "x-office/presentation",
4040
"application/vnd.ms-powerpoint.addin.macroEnabled.12": "x-office/presentation",
4141
"application/vnd.ms-powerpoint.presentation.macroEnabled.12": "x-office/presentation",
@@ -79,7 +79,7 @@ OC.MimeTypeList={
7979
"application/x-dcraw": "image",
8080
"application/x-deb": "package/x-generic",
8181
"application/x-fictionbook+xml": "text",
82-
"application/x-font": "image",
82+
"application/x-font": "font",
8383
"application/x-gimp": "image",
8484
"application/x-gzip": "application/gzip",
8585
"application/x-iwork-keynote-sffkey": "x-office/presentation",
@@ -129,6 +129,7 @@ OC.MimeTypeList={
129129
"folder-public",
130130
"folder-shared",
131131
"folder-starred",
132+
"font",
132133
"image",
133134
"link",
134135
"location",

0 commit comments

Comments
 (0)