Commit e1fadb90 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

disable testRunGenerateMethodFailResponse because LibreOffice 3.3 can open such a broken document.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43059 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4da3e82
......@@ -450,7 +450,9 @@ class TestServer(CloudoooTestCase):
else:
self.fail("Not exists one file with 'impr.html' format")
def testRunGenerateMethodFailResponse(self):
# XXX disable this test because LibreOffice 3.3 can open such a broken
# document.
def _testRunGenerateMethodFailResponse(self):
"""Test run_generate method with invalid document"""
data = open(join('data','test.odt'), 'r').read()[:100]
generate_result = self.proxy.run_generate('test.odt',
......
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