From 40319cbbd88f8b2e0d6860899293c4cc3ba73f31 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Thu, 21 Sep 2006 06:13:40 +0000 Subject: [PATCH] the same strange thing was done in another place git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10219 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testInventory.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/ERP5/tests/testInventory.py b/product/ERP5/tests/testInventory.py index bab39b4228..9ebe6b13fd 100644 --- a/product/ERP5/tests/testInventory.py +++ b/product/ERP5/tests/testInventory.py @@ -1549,8 +1549,6 @@ class TestInventory(TestOrderMixin, ERP5TypeTestCase): packing_list_line.edit( resource_value=resource_value, - default_resource_value=resource_value, - categories=category_list, variation_category_list=variation_category_list, ) -- 2.30.9