Commit fb8631ee authored by Gabriel Monnerat's avatar Gabriel Monnerat

rename script name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45619 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b21c25c0
......@@ -359,7 +359,7 @@ class TestUNGConfiguratorWorkflowMixin(ERP5TypeTestCase):
self.stepTic()
gadget = self.portal.portal_gadgets.searchFolder()[0]
gadget_id = gadget.getId()
self.portal.web_site_module.ung.WebSection_addGadget(gadget_id)
self.portal.web_site_module.ung.WebSection_addGadgetList(gadget_id)
self.stepTic()
box_list = pad.contentValues()
self.assertEquals(len(box_list), 1)
......@@ -580,4 +580,4 @@ class TestUNGConfiguratorWorkflowBrazilLanguage(TestUNGConfiguratorWorkflowMixin
def stepCheckCreateNewEvent(self, sequence=None, sequence_list=None, **kw):
self.login("person_assignee")
self._stepCheckCreateNewEvent()
\ No newline at end of file
self._stepCheckCreateNewEvent()
43
\ No newline at end of file
44
\ 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