Commit afe1a8b7 authored by Lucas Carvalho's avatar Lucas Carvalho

Improved the doc string.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36458 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a4541eb1
......@@ -6753,7 +6753,10 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
self.portal.portal_catalog.getResultValue(uid=uid))
def test_bt5_must_be_exported(self):
""" Just to show an error. """
"""
The bt5 must be exported correctly. Without fail exporting the Portal
Type Actions as well.
"""
portal = self.getPortalObject()
template_tool = portal.portal_templates
bt5obj = portal.portal_catalog.getResultValue(portal_type='Business Template',
......
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