Commit f7398b3c authored by Aurel's avatar Aurel

for unit test do not set not working days


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24459 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ac430410
......@@ -745,6 +745,12 @@ class TestERP5BankingMixin:
self.portal.manage_addProperty('reference_currency_id', 'EUR', type='string')
else:
self.portal._updateProperty('reference_currency_id', "EUR")
# not working days
if not self.portal.hasProperty('not_working_days'):
self.portal.manage_addProperty('not_working_days', '', type='string')
else:
self.portal._updateProperty('not_working_days', "")
setattr(self.portal,'functionnal_test_mode',1)
# the person module
self.person_module = self.getPersonModule()
......
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