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):
end_sequence = \
"""
stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged
stepAcceptDecisionQuantity
stepTic
......@@ -710,8 +708,6 @@ class TestAdvancedSaleInvoice(TestAdvancedInvoice):
mid_sequence = \
"""
stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged
stepAcceptDecisionQuantity
stepTic
......
......@@ -2515,7 +2515,6 @@ class TestSaleInvoiceMixin(TestInvoiceMixin,
stepAddPackingListContainerLine
stepTic
stepSetContainerFullQuantity
stepTic
stepCheckPackingListIsPacked
"""
......@@ -2824,7 +2823,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
stepAddPackingListLine
stepTic
stepSetContainerFullQuantity
stepTic
stepSetReadyPackingList
stepTic
stepStartPackingList
......@@ -2982,8 +2980,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
end_sequence = \
"""
stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged
stepAcceptDecisionQuantity
stepTic
......@@ -3087,8 +3083,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
mid_sequence = \
"""
stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged
stepAcceptDecisionQuantity
stepTic
......@@ -3185,8 +3179,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
stepCheckInvoicingRule
stepDecreasePackingListLineQuantity
stepSetContainerFullQuantity
stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged
stepSplitAndDeferPackingList
stepTic
......@@ -3234,7 +3226,6 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
stepAddPackingListContainer
stepSetContainerFullQuantity
stepTic
stepCheckPackingListIsSolved
stepSetReadyPackingList
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