Commit d34015e2 authored by Jérome Perrin's avatar Jérome Perrin

fix log to display good method name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16424 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ef027cd
......@@ -352,7 +352,7 @@ class TestInteractionWorkflow(ERP5TypeTestCase):
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 @@ class TestInteractionWorkflow(ERP5TypeTestCase):
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" +\
......
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