Commit 28315d58 authored by Sebastien Robin's avatar Sebastien Robin

open the counter date

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12952 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 92ec00f1
......@@ -141,6 +141,8 @@ class TestERP5BankingCashSorting(TestERP5BankingMixin, ERP5TypeTestCase):
self.createERP5Users(user_dict)
self.logout()
self.login('super_user')
# open counter date and counter
self.openCounterDate(site=self.paris)
......
......@@ -163,6 +163,8 @@ class TestERP5BankingCashSortingIncident(TestERP5BankingMixin, ERP5TypeTestCase)
self.createERP5Users(user_dict)
self.logout()
self.login('super_user')
# open counter date
self.openCounterDate(site=self.paris)
def stepDeleteCashSortingIncident(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