Commit b44d990f authored by Romain Courteaud's avatar Romain Courteaud

Since 34789, specialise value is not automatically modified if set

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35379 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 927e5d4e
......@@ -1516,7 +1516,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase):
'
sequence_list.addSequenceString(sequence_string)
# transformation set, then unset
# transformation set, then not modified
sequence_string = bootstrap_sequence_string + '\
CreateTransformation \
Tic \
......@@ -1525,7 +1525,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase):
CheckOrderLineTransformationIsSet \
RemoveResourceFromOrderLine \
Tic \
CheckOrderLineTransformationIsNotSet \
CheckOrderLineTransformationIsSet \
'
sequence_list.addSequenceString(sequence_string)
......
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