From 8680cdc8283e976c82ab977ee08aad4defc54c74 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 23 Feb 2010 08:36:37 +0000 Subject: [PATCH] use new portal type name : Payment Simulation Rule. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32998 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testInvoice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/tests/testInvoice.py b/product/ERP5/tests/testInvoice.py index e1cbafd2c8..6b6ba2edcd 100644 --- a/product/ERP5/tests/testInvoice.py +++ b/product/ERP5/tests/testInvoice.py @@ -1234,9 +1234,9 @@ class TestInvoiceMixin(TestPackingListMixin, 'Invoice Transaction Rule': { 'parent_movement_type_list': invoice.getPortalInvoiceMovementTypeList(), 'movement_type_list': invoice.getPortalAccountingMovementTypeList(), - 'next_rule_list': ['Payment Rule'], + 'next_rule_list': ['Payment Simulation Rule'], }, - 'Payment Rule': { + 'Payment Simulation Rule': { 'parent_movement_type_list': invoice.getPortalAccountingMovementTypeList(), 'next_rule_list': [], }, -- 2.30.9