Commit 20310b24 authored by Vincent Pelletier's avatar Vincent Pelletier

Add code allowing not to run this test (it remains enabled by default).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24902 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1fcb352a
......@@ -2740,6 +2740,9 @@ VALUES
Check that sorting on a related key does not filter out objects for
which the relation is not set.
"""
if not run:
return
portal = self.getPortalObject()
organisation = portal.organisation_module.\
newContent(portal_type="Organisation")
......
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