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): ...@@ -1516,7 +1516,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase):
' '
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
# transformation set, then unset # transformation set, then not modified
sequence_string = bootstrap_sequence_string + '\ sequence_string = bootstrap_sequence_string + '\
CreateTransformation \ CreateTransformation \
Tic \ Tic \
...@@ -1525,7 +1525,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase): ...@@ -1525,7 +1525,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase):
CheckOrderLineTransformationIsSet \ CheckOrderLineTransformationIsSet \
RemoveResourceFromOrderLine \ RemoveResourceFromOrderLine \
Tic \ Tic \
CheckOrderLineTransformationIsNotSet \ CheckOrderLineTransformationIsSet \
' '
sequence_list.addSequenceString(sequence_string) 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