Commit ce52aef6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

after 'portal type of portal type', ai here is just a dict. this change will...

after 'portal type of portal type', ai here is just a dict. this change will fix current failure of testPrintActions in our functional tests.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29830 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 500897fb
......@@ -80,8 +80,8 @@ for ai in print_action_list:\n
ai_copy = ai.copy()\n
# this is quite low level. It may require to be done from file system code in\n
# the future.\n
ai_copy.data[\'original_url\'] = ai_copy[\'url\']\n
ai_copy.data[\'url\'] = addDialogIfNeeded(ai_copy[\'url\'])\n
ai_copy[\'original_url\'] = ai_copy[\'url\']\n
ai_copy[\'url\'] = addDialogIfNeeded(ai_copy[\'url\'])\n
new_print_action_list.append( ai_copy )\n
\n
return new_print_action_list\n
......
845
\ No newline at end of file
846
\ No newline at end of file
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