Commit 97e4313c authored by Aurel's avatar Aurel

remove log


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4119 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e61fb0e5
......@@ -215,7 +215,6 @@ class TestBusinessTemplate(ERP5TypeTestCase):
pt = self.getTemplateTool()
template = pt.newContent(portal_type = 'Business Template')
LOG('template %r format version nb : %r' %(template.getId(), template.getTemplateFormatVersion(),), 0, '')
self.failUnless(template.getBuildingState() == 'draft')
self.failUnless(template.getInstallationState() == 'not_installed')
template.edit(title='geek 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