Commit 9951921e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

revise for new simulation hierarchy.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33510 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95cef72d
......@@ -2992,10 +2992,10 @@ class TestPayroll(TestPayrollMixin):
# create an invoice transaction rule for pay sheets.
rule = self.portal.portal_rules.newContent(
portal_type='Invoice Transaction Rule',
title='Rule for PaySheet Accounting',
portal_type='Invoice Transaction Simulation Rule',
title='Simulation Rule for PaySheet Accounting',
reference='paysheet_transaction_rule',
test_method_id='SimulationMovement_testInvoiceTransactionRule')
test_method_id='SimulationMovement_testInvoiceTransactionSimulationRule')
rule.newContent(portal_type='Predicate',
title='Employee Share',
string_index='contribution_share',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment