Commit ba84b99d authored by Arnaud Fontaine's avatar Arnaud Fontaine

Revert "testBusinessTemplateTwoFileExport: Make output_encoding explicit as it...

Revert "testBusinessTemplateTwoFileExport: Make output_encoding explicit as it should have always been."

This reverts commit 968991e7 which does not
actually work properly with Zope4.
parent d397a3ad
......@@ -1081,9 +1081,7 @@ AAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO
"content_type": "text/html",
"output_encoding": "iso-8859-15"}
skin_folder._setObject(page_template_id, ZopePageTemplate(
page_template_id, page_template_text, page_template_kw["content_type"],
# When not passed, default to iso-8859-15 on Zope2 and utf-8 on Zope4
output_encoding=page_template_kw["output_encoding"]))
page_template_id, page_template_text, page_template_kw["content_type"]))
self.template.edit(template_skin_id_list=[skin_folder_id+'/'+page_template_id,])
......
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