summaryrefslogtreecommitdiff
path: root/user/kfilemetadata/test-mimetype.patch
blob: 87b994920cfd9c1edbbf0101f8d66ad7e3dde2ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Our version of shared-mime-info differs for the AppImage MIME type.

--- kfilemetadata-5.65.0/autotests/extractorcoveragetest.cpp.old	2019-12-12 22:37:05.000000000 +0000
+++ kfilemetadata-5.65.0/autotests/extractorcoveragetest.cpp	2019-12-29 15:56:30.981925832 +0000
@@ -48,7 +48,7 @@
         m_knownFiles = {
             { "test.aif",                      "audio/x-aifc"},
             { "test.ape",                      "audio/x-ape"},
-            { "test.AppImage",                 "application/vnd.appimage"},
+            { "test.AppImage",                 "application/x-iso9660-appimage"},
             { "test_apple_systemprofiler.spx", "application/xml"},
             { "test.dot",                      "text/vnd.graphviz"},
             { "test.eps",                      "image/x-eps"},