Commit c881ff29 authored by Ivan Tyagov's avatar Ivan Tyagov

Added missing simulation parameters.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14048 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e7846cfc
......@@ -604,7 +604,7 @@ class TestIngestion(ERP5TypeTestCase):
self.newPythonScript('one', 'Text_getPropertyDictFromUserLogin',
'user_name=None', "return {'contributor':'person_module/john'}")
self.newPythonScript('one', 'Text_getPropertyDictFromContent', '',
"return {'short_title':'short'}")
"return {'short_title':'short', 'title':'title', 'contributor':'person_module/john',}")
def stepTestMetadataSetting(self, sequence=None, sequence_list=None, **kw):
"""
......
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