[Erp5-report] r39183 seb - /erp5/trunk/products/ERP5/tests/testPerson.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 14 17:05:50 CEST 2010


Author: seb
Date: Thu Oct 14 17:05:49 2010
New Revision: 39183

URL: http://svn.erp5.org?rev=39183&view=rev
Log:
update docstring

Modified:
    erp5/trunk/products/ERP5/tests/testPerson.py

Modified: erp5/trunk/products/ERP5/tests/testPerson.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testPerson.py?rev=39183&r1=39182&r2=39183&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPerson.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testPerson.py [utf8] Thu Oct 14 17:05:49 2010
@@ -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()




More information about the Erp5-report mailing list