Commit 30537c9c authored by Aurel's avatar Aurel

open counter date in test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10819 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 09524ee6
......@@ -164,8 +164,7 @@ class TestERP5BankingUsualCashRendering(TestERP5BankingMixin, ERP5TypeTestCase):
self.auxiliaire = self.paris.caveau.auxiliaire.encaisse_des_billets_et_monnaies
self.createCashInventory(source=None, destination=self.caisse_courante, currency=self.currency_1,
line_list=line_list)
self.openCounterDate(site=self.paris)
def stepCheckObjects(self, sequence=None, sequence_list=None, **kwd):
......
......@@ -168,6 +168,7 @@ class TestERP5BankingVaultTransfer(TestERP5BankingMixin, ERP5TypeTestCase):
self.createCashInventory(source=None, destination=self.auxiliaire, currency=self.currency_1,
line_list=line_list)
self.salle_tri = self.paris.surface.salle_tri.encaisse_des_billets_et_monnaies
self.openCounterDate(site=self.paris)
def stepCheckObjects(self, sequence=None, sequence_list=None, **kwd):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment