Commit 058a31b1 authored by wenjie.zheng's avatar wenjie.zheng

testDms.py: after repair interaction guard creation condiction, setData which...

testDms.py: after repair interaction guard creation condiction, setData which trigger multiple guard creations won't have and guard conflict.
parent 041a18a2
......@@ -2169,7 +2169,7 @@ return 1
reference='Embedded-XXX',
version='001',
language='en')
image._baseSetData(upload_file.read())
image.setData(upload_file.read())
image.publish()
convert_kw['quality'] = 99 # to not get cached
web_page_document = self.portal.web_page_module.newContent(portal_type="Web Page")
......
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