From 4975f5ec5b89a7dff2a7f133e534c16b811ee30e Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Thu, 4 Mar 2010 15:37:44 +0000 Subject: [PATCH] fix a typo. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33399 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testERP5Simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testERP5Simulation.py b/product/ERP5/tests/testERP5Simulation.py index b4e8afa272..346190f028 100644 --- a/product/ERP5/tests/testERP5Simulation.py +++ b/product/ERP5/tests/testERP5Simulation.py @@ -371,7 +371,7 @@ class TestERP5SimulationMixin(TestInvoiceMixin): self.assertEquals(len(unique_movement_list), len(simulation_movement_list)) # Check if all movements are related to simulation movements - order_movement_list = sum([x.getDeliveryValue() for x in \ + order_movement_list = sum([x.getDeliveryValueList() for x in \ simulation_movement_list], []) self.failIfDifferentSet(movement_list, order_movement_list) -- 2.30.9