From e1dafeb2c3d864da9e7754bc9bc8d65f2a13dabf Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Wed, 27 Jan 2010 19:45:07 +0000 Subject: [PATCH] id of simulation movement is now unpredictable. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32038 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testInvoice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product/ERP5/tests/testInvoice.py b/product/ERP5/tests/testInvoice.py index 5cac16e7ff..87f21ac85b 100644 --- a/product/ERP5/tests/testInvoice.py +++ b/product/ERP5/tests/testInvoice.py @@ -2454,7 +2454,6 @@ class TestSaleInvoiceMixin(TestInvoiceMixin, }, 'Payment Rule': { 'parent_movement_type_list': invoice.getPortalAccountingMovementTypeList(), - 'parent_id_list': ['receivable'], 'next_rule_list': [], }, } -- 2.30.9