From a856492adf365ed5ba52ba85877ee8c459cb6d05 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Tue, 21 Nov 2006 09:14:15 +0000
Subject: [PATCH] open the counter date

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

diff --git a/product/ERP5Banking/tests/testERP5BankingUsualCashIncident.py b/product/ERP5Banking/tests/testERP5BankingUsualCashIncident.py
index bcfdfbde9f..2d968be190 100755
--- a/product/ERP5Banking/tests/testERP5BankingUsualCashIncident.py
+++ b/product/ERP5Banking/tests/testERP5BankingUsualCashIncident.py
@@ -131,6 +131,8 @@ class TestERP5BankingUsualCashIncident(TestERP5BankingMixin, ERP5TypeTestCase):
     self.createBanknotesAndCoins()
 
     self.usual_cash = self.paris.surface.caisse_courante.encaisse_des_billets_et_monnaies
+    # open counter date and counter
+    self.openCounterDate(site=self.paris)
     # now we need to create a user as Manager to do the test
     # in order to have an assigment defined which is used to do transition
     # Create an Organisation that will be used for users assignment
-- 
2.30.9