Commit 7f7f8e9a authored by Boxiang Sun's avatar Boxiang Sun

Remove stepCheckPackingListIsCalculating and the Tic after SetContainerFullQuantity

SetContainerFullQuantity do the Tic inside its own:
https://lab.nexedi.com/vpelletier/erp5/commit/59e7ed2946b612076ad21623f80c4e2f50f64199#diff-12
parent fc0ec41a
...@@ -638,8 +638,6 @@ class TestAdvancedSaleInvoice(TestAdvancedInvoice): ...@@ -638,8 +638,6 @@ class TestAdvancedSaleInvoice(TestAdvancedInvoice):
end_sequence = \ end_sequence = \
""" """
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged stepCheckPackingListIsDiverged
stepAcceptDecisionQuantity stepAcceptDecisionQuantity
stepTic stepTic
...@@ -710,8 +708,6 @@ class TestAdvancedSaleInvoice(TestAdvancedInvoice): ...@@ -710,8 +708,6 @@ class TestAdvancedSaleInvoice(TestAdvancedInvoice):
mid_sequence = \ mid_sequence = \
""" """
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged stepCheckPackingListIsDiverged
stepAcceptDecisionQuantity stepAcceptDecisionQuantity
stepTic stepTic
......
...@@ -2515,7 +2515,6 @@ class TestSaleInvoiceMixin(TestInvoiceMixin, ...@@ -2515,7 +2515,6 @@ class TestSaleInvoiceMixin(TestInvoiceMixin,
stepAddPackingListContainerLine stepAddPackingListContainerLine
stepTic stepTic
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepTic
stepCheckPackingListIsPacked stepCheckPackingListIsPacked
""" """
...@@ -2824,7 +2823,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase): ...@@ -2824,7 +2823,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
stepAddPackingListLine stepAddPackingListLine
stepTic stepTic
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepTic
stepSetReadyPackingList stepSetReadyPackingList
stepTic stepTic
stepStartPackingList stepStartPackingList
...@@ -2982,8 +2980,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase): ...@@ -2982,8 +2980,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
end_sequence = \ end_sequence = \
""" """
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged stepCheckPackingListIsDiverged
stepAcceptDecisionQuantity stepAcceptDecisionQuantity
stepTic stepTic
...@@ -3087,8 +3083,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase): ...@@ -3087,8 +3083,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
mid_sequence = \ mid_sequence = \
""" """
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged stepCheckPackingListIsDiverged
stepAcceptDecisionQuantity stepAcceptDecisionQuantity
stepTic stepTic
...@@ -3185,8 +3179,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase): ...@@ -3185,8 +3179,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
stepCheckInvoicingRule stepCheckInvoicingRule
stepDecreasePackingListLineQuantity stepDecreasePackingListLineQuantity
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged stepCheckPackingListIsDiverged
stepSplitAndDeferPackingList stepSplitAndDeferPackingList
stepTic stepTic
...@@ -3234,7 +3226,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase): ...@@ -3234,7 +3226,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
stepAddPackingListContainer stepAddPackingListContainer
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepTic
stepCheckPackingListIsSolved stepCheckPackingListIsSolved
stepSetReadyPackingList stepSetReadyPackingList
stepTic stepTic
......
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