[Erp5-report] r16424 - /erp5/trunk/products/ERP5/tests/testInteractionWorkflow.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 17 18:30:18 CEST 2007
Author: jerome
Date: Mon Sep 17 18:30:18 2007
New Revision: 16424
URL: http://svn.erp5.org?rev=16424&view=rev
Log:
fix log to display good method name
Modified:
erp5/trunk/products/ERP5/tests/testInteractionWorkflow.py
Modified: erp5/trunk/products/ERP5/tests/testInteractionWorkflow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testInteractionWorkflow.py?rev=16424&r1=16423&r2=16424&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInteractionWorkflow.py (original)
+++ erp5/trunk/products/ERP5/tests/testInteractionWorkflow.py Mon Sep 17 18:30:18 2007
@@ -352,7 +352,7 @@
after_script_name=('afterEditB',))
params = 'sci,**kw'
body = "context = sci.object\n" +\
- "context.log('InteractionWF.test_10 in script', 'a')\n" +\
+ "context.log('InteractionWF.test_11 in script', 'a')\n" +\
"description = context.getDescription()\n" +\
"context.setDescription(description + 'a')"
self.scriptA.ZPythonScript_edit(params, body)
@@ -387,7 +387,7 @@
after_script_name=('afterEditB',))
params = 'sci,**kw'
body = "context = sci.object\n" +\
- "context.log('InteractionWF.test_10 in script', 'a')\n" +\
+ "context.log('InteractionWF.test_12 in script', 'a')\n" +\
"vat_code = context.getVatCode()\n" +\
"if vat_code is None:\n" +\
" vat_code = ''\n" +\
More information about the Erp5-report
mailing list