[Erp5-report] r14048 - /erp5/trunk/products/ERP5OOo/tests/testIngestion.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Apr 11 15:46:01 CEST 2007
Author: ivan
Date: Wed Apr 11 15:45:56 2007
New Revision: 14048
URL: http://svn.erp5.org?rev=14048&view=rev
Log:
Added missing simulation parameters.
Modified:
erp5/trunk/products/ERP5OOo/tests/testIngestion.py
Modified: erp5/trunk/products/ERP5OOo/tests/testIngestion.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testIngestion.py?rev=14048&r1=14047&r2=14048&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testIngestion.py (original)
+++ erp5/trunk/products/ERP5OOo/tests/testIngestion.py Wed Apr 11 15:45:56 2007
@@ -604,7 +604,7 @@
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):
"""
@@ -1176,4 +1176,4 @@
"""
property_dict = context.getPropertyDictFromUserLogin()
property_dict = context.getPropertyDictFromInput()
-"""
+"""
More information about the Erp5-report
mailing list