Commit 8df64b4d authored by Vincent Pelletier's avatar Vincent Pelletier

Allow skipping this test.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25440 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 285bf9ea
......@@ -2788,6 +2788,9 @@ VALUES
- objects whose site_title is foo
- objects whose site_description is bar
"""
if not run:
return
portal = self.getPortalObject()
def _create(**kw):
return portal.organisation_module.newContent(portal_type='Organisation', **kw)
......
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