Commit dde241cd authored by Nicolas Delaby's avatar Nicolas Delaby

Test charset replacement by regex

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34371 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c10d98a5
......@@ -1473,6 +1473,7 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional):
self.assertTrue('<head>' in entire_html)
self.assertTrue('<style' in entire_html)
self.assertTrue('#FFAA44' in entire_html)
self.assertTrue('charset=utf-8' in entire_html)
# now check converted value is stored in cache
format = 'html'
......
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