From afe1a8b7643620e3997a08155fe7623901a61cff Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Fri, 18 Jun 2010 21:54:50 +0000 Subject: [PATCH] Improved the doc string. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36458 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testBusinessTemplate.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py index a57da035ee..542127f575 100644 --- a/product/ERP5/tests/testBusinessTemplate.py +++ b/product/ERP5/tests/testBusinessTemplate.py @@ -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', -- 2.30.9