Commit 1108bc6e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! *: update obsolete MIME type in transforms.

parent 9250b0d9
Pipeline #36826 failed with stage
in 0 seconds
...@@ -2144,7 +2144,7 @@ class TestImage(ERP5TypeTestCase): ...@@ -2144,7 +2144,7 @@ class TestImage(ERP5TypeTestCase):
('erp5_logo.png', 'image/png'), ('erp5_logo.png', 'image/png'),
('erp5_logo_small.png', 'image/png'), ('erp5_logo_small.png', 'image/png'),
('erp5_logo.jpg', 'image/jpeg'), ('erp5_logo.jpg', 'image/jpeg'),
('erp5_logo.bmp', 'image/x-ms-bmp'), ('erp5_logo.bmp', 'image/bmp'),
('erp5_logo.gif', 'image/gif'), ('erp5_logo.gif', 'image/gif'),
('erp5_logo.tif', 'image/tiff'), ('erp5_logo.tif', 'image/tiff'),
('broken.png', 'application/unknown'), ('broken.png', 'application/unknown'),
...@@ -2165,7 +2165,7 @@ class TestImage(ERP5TypeTestCase): ...@@ -2165,7 +2165,7 @@ class TestImage(ERP5TypeTestCase):
('erp5_logo.png', 'image/png'), ('erp5_logo.png', 'image/png'),
('erp5_logo_small.png', 'image/png'), ('erp5_logo_small.png', 'image/png'),
('erp5_logo.jpg', 'image/jpeg'), ('erp5_logo.jpg', 'image/jpeg'),
('erp5_logo.bmp', 'image/x-ms-bmp'), ('erp5_logo.bmp', 'image/bmp'),
('erp5_logo.gif', 'image/gif'), ('erp5_logo.gif', 'image/gif'),
('erp5_logo.tif', 'image/tiff'), ('erp5_logo.tif', 'image/tiff'),
('broken.png', 'image/png'), ('broken.png', 'image/png'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment