Commit cfec77bb authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove test duplicated

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43768 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 85ca8e71
......@@ -165,14 +165,6 @@ class TestServer(HandlerTestCase):
'odt',
'application/vnd.oasis.opendocument.text')
def testconvertDocToPdf(self):
"""Test Convert Doc -> Pdf"""
self._testConvertFile("data/test.doc",
join(self.tmp_url, "document_output.pdf"),
'doc',
'pdf',
'application/pdf')
def testgetFileMetadataItemListWithoutData(self):
"""Test server using method getFileMetadataItemList. Without data
converted"""
......
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