|
@ -102,9 +102,9 @@ class test_export_help_wizard(object): |
|
|
self.pageTemplate = False |
|
|
self.pageTemplate = False |
|
|
|
|
|
|
|
|
def test_export_help(self): |
|
|
def test_export_help(self): |
|
|
''' |
|
|
|
|
|
|
|
|
""" |
|
|
Export help data |
|
|
Export help data |
|
|
''' |
|
|
|
|
|
|
|
|
""" |
|
|
self.createPage(pageName=self.pageName, imgXmlId=self.imgXmlId) |
|
|
self.createPage(pageName=self.pageName, imgXmlId=self.imgXmlId) |
|
|
|
|
|
|
|
|
wizardPool = self.env['export.help.wizard'] |
|
|
wizardPool = self.env['export.help.wizard'] |
|
|