From b21773990c7b2a868414268bd4bcba333048a864 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Thu, 14 Oct 2010 15:05:49 +0000
Subject: [PATCH] update docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39183 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testPerson.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/tests/testPerson.py b/product/ERP5/tests/testPerson.py
index a2135d1c11..0efef54fe2 100644
--- a/product/ERP5/tests/testPerson.py
+++ b/product/ERP5/tests/testPerson.py
@@ -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()
-- 
2.30.9