Commit 0f421763 authored by Jérome Perrin's avatar Jérome Perrin

this test would not run in quiet mode due to a problem with indentation



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13207 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d4797da9
......@@ -70,7 +70,6 @@ class TestPerson(ERP5TypeTestCase):
""" Test copy/paste a Person object. """
if not run:
return
if not quiet:
portal = self.getPortal()
person_module = self.getPersonModule()
person = person_module.newContent(portal_type='Person')
......
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