Commit b2177399 authored by Sebastien Robin's avatar Sebastien Robin

update docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39183 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e2178f9
......@@ -176,8 +176,9 @@ class TestPerson(ERP5TypeTestCase):
self.assertEquals(None, p.getPassword())
self.assertEquals('default', p.getPassword('default'))
def testPreferenceInteractionWorkflow(self, quiet=0, run=run_all_test):
""" Test copy/paste a Person object. """
def testPreferenceInteractionWorkflow(self):
""" when setting reference, a script create preference is
called by activities, check this behavior. """
if not run:
return
person_module = self.getPersonModule()
......
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