Commit ce991240 authored by Łukasz Nowak's avatar Łukasz Nowak

- add test for ODT report


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35199 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4fe196f3
......@@ -122,6 +122,14 @@ class TestDocumentationHelper(ERP5TypeTestCase):
self.portal.REQUEST['uri'] = instance_uri
self.portal.portal_classes.DocumentationHelper_viewReport()
def test_04_ODT_style_report(self):
"""Checks that it is possible to do ODT report"""
# XXX-Luke: Currently always fail, some assertions shall be done after any
# reasonable result will be available
self.portal.portal_classes.DocumentationHelper_viewReport(
class_name='ERP5SiteDocumentationHelper',
business_template_list=['erp5_xhtml_style'], uri=self.portal.getUrl(),
portal_skin='ODT')
def test_suite():
suite = unittest.TestSuite()
......
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