Commit 7098af2e authored by Nicolas Delaby's avatar Nicolas Delaby

Now Files are convertable !!!

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35276 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04488450
......@@ -328,7 +328,7 @@ class TestDocumentConversionCache(TestDocumentMixin):
'Presentation': 'TEST-en-002.sxi',
'Web Page': 'TEST-en-002.html',
'Image': 'TEST-en-002.gif',
#'File': 'TEST-en-002.rtf',
'File': 'TEST-en-002.rtf',
'PDF': 'TEST-en-002.pdf'}
#Check that all portal_types are handled by test
self.assertEqual(len(portal_type_list), len([pt for pt in portal_type_list if pt in data_mapping]))
......
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