Commit e3509fda authored by Sebastien Robin's avatar Sebastien Robin

open the counter date a bit later to make sure security is working

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11400 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2a4f33b3
...@@ -147,10 +147,6 @@ class TestERP5BankingMoneyDepositMixin: ...@@ -147,10 +147,6 @@ class TestERP5BankingMoneyDepositMixin:
amount=100000) amount=100000)
# open counter date and counter
self.openCounterDate(site=self.paris)
self.openCounter(site=self.money_deposit_counter_vault)
# now we need to create a user as Manager to do the test # 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 # in order to have an assigment defined which is used to do transition
...@@ -166,6 +162,10 @@ class TestERP5BankingMoneyDepositMixin: ...@@ -166,6 +162,10 @@ class TestERP5BankingMoneyDepositMixin:
self.createERP5Users(user_dict) self.createERP5Users(user_dict)
self.logout() self.logout()
self.login('super_user') self.login('super_user')
# open counter date and counter
self.openCounterDate(site=self.paris)
self.openCounter(site=self.money_deposit_counter_vault)
......
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