changeset db85bf48d960 in modules/sale_shipment_tolerance:default
details: 
https://hg.tryton.org/modules/sale_shipment_tolerance?cmd=changeset;node=db85bf48d960
description:
        Test OverShipmentWarning exception on pack

        issue9725
diffstat:

 tests/scenario_sale_over_shipment_tolerance.rst |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r c0391c6828de -r db85bf48d960 
tests/scenario_sale_over_shipment_tolerance.rst
--- a/tests/scenario_sale_over_shipment_tolerance.rst   Sat Oct 24 13:45:12 
2020 +0200
+++ b/tests/scenario_sale_over_shipment_tolerance.rst   Sat Oct 24 22:40:26 
2020 +0200
@@ -83,7 +83,8 @@
     >>> move.quantity = 13
     >>> shipment.click('wait')
     >>> shipment.click('assign_force')
-    >>> shipment.click('pick')  # doctest: +IGNORE_EXCEPTION_DETAIL
+    >>> shipment.click('pick')
+    >>> shipment.click('pack')  # doctest: +IGNORE_EXCEPTION_DETAIL
     Traceback (most recent call last):
         ...
     OverShipmentWarning: ...

Reply via email to