Commit aa3454e4 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@34800 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b5eaabc
...@@ -1540,7 +1540,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase): ...@@ -1540,7 +1540,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 \
...@@ -1549,7 +1549,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase): ...@@ -1549,7 +1549,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase):
CheckOrderLineTransformationIsSet \ CheckOrderLineTransformationIsSet \
RemoveResourceFromOrderLine \ RemoveResourceFromOrderLine \
Tic \ Tic \
CheckOrderLineTransformationIsNotSet \ CheckOrderLineTransformationIsSet \
' '
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
......
...@@ -1151,7 +1151,7 @@ class TestProductionOrderApparel(TestProductionOrderApparelMixin, ERP5TypeTestCa ...@@ -1151,7 +1151,7 @@ class TestProductionOrderApparel(TestProductionOrderApparelMixin, ERP5TypeTestCa
' '
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 \
...@@ -1160,7 +1160,7 @@ class TestProductionOrderApparel(TestProductionOrderApparelMixin, ERP5TypeTestCa ...@@ -1160,7 +1160,7 @@ class TestProductionOrderApparel(TestProductionOrderApparelMixin, ERP5TypeTestCa
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