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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 23 02:15:22 CET 2010


Author: kazuhiko
Date: Tue Feb 23 02:15:22 2010
New Revision: 32982

URL: http://svn.erp5.org?rev=32982&view=rev
Log:
legacy Payment Rule is not supposed to work. so assert with new Payment Simulation Rule only here.

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=32982&r1=32981&r2=32982&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] Tue Feb 23 02:15:22 2010
@@ -1228,7 +1228,7 @@
         'Invoice Rule': {
           'movement_type_list': invoice.getPortalInvoiceMovementTypeList() \
               + invoice.getPortalAccountingMovementTypeList(),
-          'next_rule_list': ['Invoice Transaction Rule', 'Payment Rule',
+          'next_rule_list': ['Invoice Transaction Rule', 'Payment Simulation Rule',
             'Trade Model Rule'],
           },
         'Invoice Transaction Rule': {




More information about the Erp5-report mailing list