From 8c692e68283ede97677852e6760699680120d7c6 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Wed, 3 Mar 2010 14:54:46 +0000 Subject: [PATCH] use the new simulation rule. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33332 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testBPMCore.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/tests/testBPMCore.py b/product/ERP5/tests/testBPMCore.py index 8a6f8935ee..73553b8347 100644 --- a/product/ERP5/tests/testBPMCore.py +++ b/product/ERP5/tests/testBPMCore.py @@ -129,12 +129,12 @@ class TestBPMMixin(ERP5TypeTestCase): 'asset/receivable/refundable_vat') itr = self.portal.portal_rules.newContent( - portal_type='Invoice Transaction Rule', + portal_type='Invoice Transaction Simulation Rule', reference='default_invoice_transaction_rule', id='test_invoice_transaction_rule', title='Transaction Rule', test_method_id= - 'SimulationMovement_testInvoiceTransactionRule', + 'SimulationMovement_testInvoiceTransactionSimulationRule', version=100) predicate = itr.newContent(portal_type='Predicate',) predicate.edit( -- 2.30.9