From f03f5a839a38ecccb29c17a152e478ab600157b8 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Wed, 7 Jun 2006 11:03:17 +0000 Subject: [PATCH] rename salle_de_tri with salle_tri git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7637 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Banking/tests/TestERP5BankingMixin.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py index 74603d5d7f..907d1de23c 100644 --- a/product/ERP5Banking/tests/TestERP5BankingMixin.py +++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py @@ -366,9 +366,9 @@ class TestERP5BankingMixin: for sss in ['encaisse_des_billets_et_monnaies',]: sss = ss.newContent(id='%s' %(sss,), portal_type='Category', codification='', vault_type='site/surface/%s' %(s.getId(),)) # create sort room - salle_de_tri = surface.newContent(id='salle_de_tri', portal_type='Category', codification='', vault_type='site/surface/salle_de_tri') + salle_tri = surface.newContent(id='salle_tri', portal_type='Category', codification='', vault_type='site/surface/salle_tri') for ss in ['encaisse_des_billets_et_monnaies', 'encaisse_des_billets_recus_pour_ventilation']: - ss = salle_de_tri.newContent(id='%s' %(ss,), portal_type='Category', codification='', vault_type='site/surface/salle_de_tri') + ss = salle_tri.newContent(id='%s' %(ss,), portal_type='Category', codification='', vault_type='site/surface/salle_tri') if 'ventilation' in ss.getId(): for country in ['France', 'Spain']: if country[0] != c.getCodification()[0]: @@ -488,7 +488,7 @@ class TestERP5BankingMixin: inventory=amount) # deliver the inventory - inventory.deliver() + #inventory.deliver() self.account_inventory_number += 1 return bank_account @@ -628,7 +628,7 @@ class TestERP5BankingMixin: line['variation_value'], line['quantity'],) # deliver the inventory - inventory.deliver() + #inventory.deliver() #self.workflow_tool.doActionFor(inventory, 'deliver_action', wf_id='inventory_workflow') return inventory_group -- 2.30.9