[Erp5-report] r46011 arnaud.fontaine - /erp5/trunk/utils/erp5.utils.benchmark/examples/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 29 14:55:07 CEST 2011


Author: arnaud.fontaine
Date: Mon Aug 29 14:55:06 2011
New Revision: 46011

URL: http://svn.erp5.org?rev=46011&view=rev
Log:
Fix typo

Modified:
    erp5/trunk/utils/erp5.utils.benchmark/examples/createPerson.py

Modified: erp5/trunk/utils/erp5.utils.benchmark/examples/createPerson.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.utils.benchmark/examples/createPerson.py?rev=46011&r1=46010&r2=46011&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.utils.benchmark/examples/createPerson.py [utf8] (original)
+++ erp5/trunk/utils/erp5.utils.benchmark/examples/createPerson.py [utf8] Mon Aug 29 14:55:06 2011
@@ -52,7 +52,7 @@ def createPerson(result, browser):
 
   # Validate it (as the workflow action may not be available yet, try 5 times
   # and sleep 5s between each attempts before failing)
-  waiting_for_validate_action, show_validate_time = \
+  show_validate_time, waiting_for_validate_action = \
       browser.mainForm.submitSelectWorkflow(value='validate_action',
                                             maximum_attempt_number=5,
                                             sleep_between_attempt=5)



More information about the Erp5-report mailing list