Commit e7fc3abe authored by Jérome Perrin's avatar Jérome Perrin

pass a string to base_data

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28643 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f5a85c42
......@@ -57,7 +57,7 @@
\'\'\'\n
from Products.ERP5Type.Document import newTempOOoDocument\n
td = newTempOOoDocument(context, \'testOOo\')\n
td.edit(base_content_type=base_content_type, base_data=1)\n
td.edit(base_content_type=base_content_type, base_data=\'not empty\')\n
return [(\'\', \'\')] + td.getTargetFormatItemList()\n
</string> </value>
</item>
......
1285
\ No newline at end of file
1286
\ No newline at end of file
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