[Erp5-report] r23170 - /erp5/trunk/products/ERP5/tests/testInvoice.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 26 15:29:29 CEST 2008


Author: kazuhiko
Date: Tue Aug 26 15:29:24 2008
New Revision: 23170

URL: http://svn.erp5.org?rev=23170&view=rev
Log:
transitions from calculating states are no longer allowed, so wait that the
packing list reach the diverged state.

Modified:
    erp5/trunk/products/ERP5/tests/testInvoice.py

Modified: erp5/trunk/products/ERP5/tests/testInvoice.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testInvoice.py?rev=23170&r1=23169&r2=23170&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoice.py (original)
+++ erp5/trunk/products/ERP5/tests/testInvoice.py Tue Aug 26 15:29:24 2008
@@ -877,6 +877,8 @@
       stepCheckDeliveryBuilding
       stepDecreasePackingListLineQuantity
       stepCheckPackingListIsCalculating
+      stepTic
+      stepCheckPackingListIsDiverged
       stepSplitAndDeferPackingList
       stepTic
       stepCheckPackingListIsSolved
@@ -1993,6 +1995,8 @@
     stepDecreaseInvoiceLineQuantity
     stepCheckInvoiceIsDivergent
     stepCheckInvoiceIsCalculating
+    stepTic
+    stepCheckInvoiceIsDiverged
     stepSplitAndDeferInvoice
     stepTic
 
@@ -2032,6 +2036,8 @@
     stepChangeInvoiceStartDate
     stepCheckInvoiceIsDivergent
     stepCheckInvoiceIsCalculating
+    stepTic
+    stepCheckInvoiceIsDiverged
     stepAcceptDecisionInvoice
     stepTic
 
@@ -2071,6 +2077,8 @@
     stepChangeInvoiceStartDate
     stepCheckInvoiceIsDivergent
     stepCheckInvoiceIsCalculating
+    stepTic
+    stepCheckInvoiceIsDiverged
     stepAcceptDecisionInvoice
     stepTic
 
@@ -2101,6 +2109,8 @@
     """
     stepSetContainerFullQuantity
     stepCheckPackingListIsCalculating
+    stepTic
+    stepCheckPackingListIsDiverged
     stepAcceptDecisionPackingList
     stepTic
     stepCheckPackingListIsSolved
@@ -2169,6 +2179,8 @@
     """
     stepSetContainerFullQuantity
     stepCheckPackingListIsCalculating
+    stepTic
+    stepCheckPackingListIsDiverged
     stepAcceptDecisionPackingList
     stepTic
     stepCheckPackingListIsSolved
@@ -2263,6 +2275,8 @@
     stepDecreasePackingListLineQuantity
     stepSetContainerFullQuantity
     stepCheckPackingListIsCalculating
+    stepTic
+    stepCheckPackingListIsDiverged
     stepSplitAndDeferPackingList
     stepTic
     stepCheckPackingListIsSolved
@@ -2284,6 +2298,8 @@
 
     stepIncreaseInvoiceLineQuantity
     stepCheckInvoiceIsCalculating
+    stepTic
+    stepCheckInvoiceIsDiverged
     stepAcceptDecisionInvoice
     stepTic
     stepStartInvoice
@@ -2322,6 +2338,8 @@
 
     stepSetInvoiceLineQuantityToZero
     stepCheckInvoiceIsCalculating
+    stepTic
+    stepCheckInvoiceIsDiverged
     stepAcceptDecisionInvoice
     stepTic
     stepStartInvoice
@@ -2375,6 +2393,8 @@
     stepDecreaseInvoiceLineQuantity
     stepCheckInvoiceIsDivergent
     stepCheckInvoiceIsCalculating
+    stepTic
+    stepCheckInvoiceIsDiverged
     stepSplitAndDeferInvoice
     stepTic
     stepStartInvoice
@@ -2442,6 +2462,8 @@
     """
     stepCheckInvoiceIsDivergent
     stepCheckInvoiceIsCalculating
+    stepTic
+    stepCheckInvoiceIsDiverged
     stepAcceptDecisionInvoice
     stepTic
     stepStartInvoice




More information about the Erp5-report mailing list