Commit dfdbeb25 authored by Sebastien Robin's avatar Sebastien Robin

make sure to cleanup the simulation between each test

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13412 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0ea9b4d
......@@ -262,8 +262,8 @@ class TestImmobilisationMixin(TestOrderMixin, ERP5TypeTestCase):
self.logout()
self.login('manager')
#simulation_id_list = [r for r in self.getPortal().portal_simulation.objectIds()]
#self.getPortal().portal_simulation.manage_delObjects(simulation_id_list)
simulation_id_list = [r for r in self.getPortal().portal_simulation.objectIds()]
self.getPortal().portal_simulation.manage_delObjects(simulation_id_list)
item_id_list = [r for r in self.getItemModule().objectIds()]
......
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