Commit 40444ae6 authored by Aurel's avatar Aurel

update test for nes format of actions


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5143 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bceb7a49
...@@ -810,7 +810,7 @@ class TestBusinessTemplate(ERP5TypeTestCase): ...@@ -810,7 +810,7 @@ class TestBusinessTemplate(ERP5TypeTestCase):
self.failUnless(opt_action_id is not None) self.failUnless(opt_action_id is not None)
object_ptype_id = sequence.get('object_ptype_id', None) object_ptype_id = sequence.get('object_ptype_id', None)
self.failUnless(object_ptype_id is not None) self.failUnless(object_ptype_id is not None)
action_path = object_ptype_id+'[id='+opt_action_id+']' action_path = object_ptype_id+' | '+opt_action_id
bt.edit(template_action_path_list=[action_path]) bt.edit(template_action_path_list=[action_path])
# Catalog Method # Catalog Method
...@@ -1774,7 +1774,7 @@ class TestBusinessTemplate(ERP5TypeTestCase): ...@@ -1774,7 +1774,7 @@ class TestBusinessTemplate(ERP5TypeTestCase):
CheckSkinsLayers \ CheckSkinsLayers \
CheckPortalTypeExists \ CheckPortalTypeExists \
CheckActionExists \ CheckActionExists \
CheckOptionalActionNotExists \ CheckOptionalActionExists \
UninstallBusinessTemplate \ UninstallBusinessTemplate \
CheckBuiltBuildingState \ CheckBuiltBuildingState \
CheckNotInstalledInstallationState \ CheckNotInstalledInstallationState \
......
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