Commit 43b538b0 authored by Nicolas Delaby's avatar Nicolas Delaby

Depends of oood and it is already tested in testIngestion and testOOoConversionCache

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41905 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7306d093
......@@ -654,15 +654,6 @@ class TestDocument(TestDocumentMixin):
self.assertNotEquals(obj.getCreationDate(),
portal.CreationDate())
def test_Base_getConversionFormatItemList(self):
# tests Base_getConversionFormatItemList script (requires oood)
self.assertTrue(('Microsoft Excel 97/2000/XP', 'xls') in
self.portal.Base_getConversionFormatItemList(base_content_type=
'application/vnd.oasis.opendocument.spreadsheet'))
self.assertTrue(('DocBook', 'docbook.xml') in
self.portal.Base_getConversionFormatItemList(base_content_type=
'application/vnd.oasis.opendocument.text'))
def test_06_ProcessingStateOfAClonedDocument(self):
"""
Check that the processing state of a cloned document
......
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