Commit 3ac3d77e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

check 'html preview of an OOo document with images' with /acl_users user too,...

check 'html preview of an OOo document with images' with /acl_users user too, that will fail for now.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38517 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 242e90ee
......@@ -569,6 +569,8 @@ class TestERP5WebWithDms(ERP5TypeTestCase, ZopeTestCase.Functional):
portal = self.portal
request = portal.REQUEST
request['PARENTS'] = [self.app]
self.getPortalObject().aq_parent.acl_users._doAddUser(
'zope_user', '', ['Manager',], [])
website = self.setupWebSite()
web_section_portal_type = 'Web Section'
web_section = website.newContent(portal_type=web_section_portal_type)
......@@ -581,8 +583,9 @@ class TestERP5WebWithDms(ERP5TypeTestCase, ZopeTestCase.Functional):
file=upload_file)
transaction.commit()
self.tic()
credential = 'ERP5TypeTestCase:'
credential_list = ['ERP5TypeTestCase:', 'zope_user:']
for credential in credential_list:
# first, preview the draft in its physical location (in document module)
response = self.publish('%s/asEntireHTML' % document.absolute_url_path(),
credential)
......
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