Commit 6fdb963e authored by Sebastien Robin's avatar Sebastien Robin

simulation test: update comment to reflect what is tested

parent 59b5bdec
...@@ -173,9 +173,13 @@ class TestERP5Simulation(TestPackingListMixin, ERP5TypeTestCase): ...@@ -173,9 +173,13 @@ class TestERP5Simulation(TestPackingListMixin, ERP5TypeTestCase):
def test_01_splitAndDefer(self, quiet=quiet, run=run_all_test): def test_01_splitAndDefer(self, quiet=quiet, run=run_all_test):
""" """
Change the quantity on an delivery line, then Change the quantity on an delivery line, then see if the packing list
see if the packing list is divergent and then remains solved when we change a little bit the quantity (within the range
split and defer the packing list accepted by the quantity tester).
Then see if the packing list becomes divergent when the quantity is
heavily changed (outside the range accepted by the quantity tester).
Split and defer the packing list and check newly created packing list.
""" """
if not run: return if not run: return
sequence_list = SequenceList() sequence_list = SequenceList()
......
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