From 589f2568fb90ca7fa430ebf362b53648b9b9e477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Tue, 17 Oct 2006 07:17:39 +0000 Subject: [PATCH] fix mutilated banknote catagory git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10759 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Banking/tests/TestERP5BankingMixin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py index c5922ed884..b915243294 100644 --- a/product/ERP5Banking/tests/TestERP5BankingMixin.py +++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py @@ -487,7 +487,7 @@ class TestERP5BankingMixin: surface = c.newContent(id='surface', portal_type='Category', codification='', vault_type='site/surface') caisse_courante = surface.newContent(id='caisse_courante', portal_type='Category', codification='', vault_type='site/surface/caisse_courante') caisse_courante.newContent(id='encaisse_des_billets_et_monnaies', portal_type='Category', codification='', vault_type='site/surface/caisse_courante') - caisse_courante.newContent(id='encaisse_des_billets_mutiles', portal_type='Category', codification='', vault_type='site/surface/caisse_courante') + caisse_courante.newContent(id='billets_mutiles', portal_type='Category', codification='', vault_type='site/surface/caisse_courante') # create counter for surface for s in ['banque_interne', 'gros_versement', 'gros_payement']: s = surface.newContent(id='%s' %(s,), portal_type='Category', codification='', vault_type='site/surface/%s' %(s,)) -- 2.30.9