Commit 03375866 authored by Vincent Pelletier's avatar Vincent Pelletier

Add openCounterDate calls.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12978 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97bf578a
...@@ -116,6 +116,7 @@ class TestERP5BankingForeignCashReception(TestERP5BankingMixin, ERP5TypeTestCase ...@@ -116,6 +116,7 @@ class TestERP5BankingForeignCashReception(TestERP5BankingMixin, ERP5TypeTestCase
} }
# call method to create this user # call method to create this user
self.createERP5Users(user_dict) self.createERP5Users(user_dict)
self.openCounterDate(site=self.paris)
self.logout() self.logout()
self.login('super_user') self.login('super_user')
......
...@@ -187,6 +187,7 @@ class TestERP5BankingMonetaryIssue(TestERP5BankingMonetaryReceptionMixin, TestER ...@@ -187,6 +187,7 @@ class TestERP5BankingMonetaryIssue(TestERP5BankingMonetaryReceptionMixin, TestER
} }
# call method to create this user # call method to create this user
self.createERP5Users(user_dict) self.createERP5Users(user_dict)
self.openCounterDate(site=self.paris)
self.logout() self.logout()
self.login('super_user') self.login('super_user')
# this is required in order to have some items # this is required in order to have some items
......
...@@ -114,6 +114,7 @@ class TestERP5BankingMonetaryReception(TestERP5BankingMixin, ERP5TypeTestCase): ...@@ -114,6 +114,7 @@ class TestERP5BankingMonetaryReception(TestERP5BankingMixin, ERP5TypeTestCase):
} }
# call method to create this user # call method to create this user
self.createERP5Users(user_dict) self.createERP5Users(user_dict)
self.openCounterDate(site=self.paris)
self.logout() self.logout()
self.login('super_user') self.login('super_user')
......
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