Commit 8a4a59e8 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@11403 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f555fe0
......@@ -134,11 +134,6 @@ class TestERP5BankingInternalMoneyDeposit(TestERP5BankingMixin, ERP5TypeTestCase
line_list=line_list)
# open counter date and counter
self.openCounterDate(site=self.paris)
self.openCounter(site=self.bi_counter_vault)
# 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
......@@ -153,6 +148,10 @@ class TestERP5BankingInternalMoneyDeposit(TestERP5BankingMixin, ERP5TypeTestCase
self.createERP5Users(user_dict)
self.logout()
self.login('super_user')
# open counter date and counter
self.openCounterDate(site=self.paris)
self.openCounter(site=self.bi_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