Commit ed3988e5 authored by Jérome Perrin's avatar Jérome Perrin

it makes no sense to set resource on item


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27305 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent be8f3552
......@@ -156,7 +156,6 @@ class TestItemMixin(TestSaleInvoiceMixin):
resource = sequence.get('resource')
item = item_module.newContent(portal_type=self.item_portal_type)
item.setResourceValue(resource)
sequence.edit(item_list=[item])
def stepOrderLineSetAggregationList(self, sequence=None,
......
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