Commit 64903820 authored by Nicolas Delaby's avatar Nicolas Delaby

png conversion to text is experimental.

Check only that image conversion is supported for at least 1 format.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41499 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a64fda6
......@@ -1908,7 +1908,7 @@ return 1
image=self.portal.image_module.newContent(portal_type='Image',
content_type='image/png')
self.assertTrue('txt' in image.getTargetFormatList())
self.assertTrue(image.getTargetFormatList())
# test Not converted (i.e. empty) OOoDocument instances
presentation=self.portal.document_module.newContent(portal_type='Presentation')
......
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