Commit b8417f2c authored by Sebastien Robin's avatar Sebastien Robin

this is not required to check the size of the group category, it already done...

this is not required to check the size of the group category, it already done in createCategoryTree. also this make it compatible with customer test

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13424 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4f15f7a1
......@@ -266,9 +266,8 @@ class TestImmobilisationMixin(TestOrderMixin, ERP5TypeTestCase):
self.getPortal().portal_simulation.manage_delObjects(simulation_id_list)
item_id_list = [r for r in self.getItemModule().objectIds()]
#LOG('item_id_list before',0,item_id_list)
self.getItemModule().manage_delObjects(item_id_list)
#LOG('item_id_list after',0,[r for r in self.getPortal().material_module.objectIds()])
#item_catalog = [(r.uid,r.path) for r in self.getPortal().portal_catalog(portal_type = 'Material')]
#LOG('item_catalog after',0,item_catalog)
......@@ -288,7 +287,6 @@ class TestImmobilisationMixin(TestOrderMixin, ERP5TypeTestCase):
"""
# Create group categories
category_tool = self.getCategoryTool()
if len(category_tool.group.contentValues())==0:
self.createCategoryTree(category_tool.group,
[
("group A","GA",
......
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