Commit 5be26225 authored by Fabien Morin's avatar Fabien Morin

typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18352 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f3fb5e42
......@@ -932,14 +932,14 @@ class TestPayroll(TestPayrollMixin):
# same test with a multi model inheritance
model_a = self.paysheet_model_module.newContent(id='model_a', title='model_a',
portal_type='Pay Sheet Model')
model_b = self.paysheet_model_module.newContent(id='model_b', title='model_b',
portal_type='Pay Sheet Model')
model_c = self.paysheet_model_module.newContent(id='model_c', title='model_c',
portal_type='Pay Sheet Model')
model_d = self.paysheet_model_module.newContent(id='model_d', title='model_d',
portal_type='Pay Sheet Model')
model_a = self.paysheet_model_module.newContent(id='model_a',
title='model_a', portal_type='Pay Sheet Model')
model_b = self.paysheet_model_module.newContent(id='model_b',
title='model_b', portal_type='Pay Sheet Model')
model_c = self.paysheet_model_module.newContent(id='model_c',
title='model_c', portal_type='Pay Sheet Model')
model_d = self.paysheet_model_module.newContent(id='model_d',
title='model_d', portal_type='Pay Sheet Model')
# check with more values on each model
# a :
......
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