Commit e9d445db authored by Julien Muchembled's avatar Julien Muchembled

Make sure a _setX accessor is called.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27839 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 71e98427
......@@ -498,7 +498,7 @@ class TestImmobilisationMixin(ERP5TypeTestCase):
def stepEditPackingList(self, sequence=None, sequence_list=None, **kw):
pl = sequence.get('packing_list')
if pl is None: pl = sequence.get('packing_list_list', [])[-1]
pl.edit()
pl.setReference(pl.getReference())
def stepCreateComplexPackingListStructure(self, sequence=None, sequence_list=None, **kw):
"""
......
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