From 4df0f88795eed472a2688b9f9267bd63caaab447 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Fri, 16 Feb 2007 10:18:11 +0000
Subject: [PATCH] make sure that we can use Delivery_getVaultItemList in unit
 test

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12810 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Banking/tests/TestERP5BankingMixin.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py
index 2994e69613..a9e3f21527 100644
--- a/product/ERP5Banking/tests/TestERP5BankingMixin.py
+++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py
@@ -616,6 +616,7 @@ class TestERP5BankingMixin:
       self.portal.manage_addProperty('reference_currency_id', 'EUR', type='string')
     else:
       self.portal._updateProperty('reference_currency_id', "EUR")
+    setattr(self.portal,'functionnal_test_mode',1)
     # the person module
     self.person_module = self.getPersonModule()
     # the organisation module
-- 
2.30.9