Commit 05f16ca7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

testDms: update test to follow changes on mimetypes_registry.

parent 9b46e1cb
......@@ -1611,7 +1611,7 @@ class TestDocument(TestDocumentMixin):
image_count = builder._image_count
failure_message = 'Expected image not found in ODF zipped archive'
# fetch image from zipped archive content then compare with ERP5 Image
self.assertEqual(builder.extract('Pictures/%s.jpeg' % image_count),
self.assertEqual(builder.extract('Pictures/%s.pjpg' % image_count),
image.getData(), failure_message)
# Continue the test with image resizing support
......
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