Commit 73a92b4b authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

testProduction: Transformation is removed on Line if resource is removed

parent 89a17f04
...@@ -1514,7 +1514,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase): ...@@ -1514,7 +1514,7 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase):
CheckOrderLineTransformationIsSet \ CheckOrderLineTransformationIsSet \
RemoveResourceFromOrderLine \ RemoveResourceFromOrderLine \
Tic \ Tic \
CheckOrderLineTransformationIsSet \ CheckOrderLineTransformationIsNotSet \
' '
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
......
...@@ -1150,7 +1150,7 @@ class TestProductionOrderApparel(TestProductionOrderApparelMixin, ERP5TypeTestCa ...@@ -1150,7 +1150,7 @@ class TestProductionOrderApparel(TestProductionOrderApparelMixin, ERP5TypeTestCa
CheckOrderLineTransformationIsSet \ CheckOrderLineTransformationIsSet \
RemoveResourceFromOrderLine \ RemoveResourceFromOrderLine \
Tic \ Tic \
CheckOrderLineTransformationIsSet \ CheckOrderLineTransformationIsNotSet \
' '
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