Commit 1d8d7a33 authored by Nicolas Delaby's avatar Nicolas Delaby

Use more realistic html sample encoded into iso-8859-1

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35277 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7098af2e
......@@ -1459,6 +1459,7 @@ class TestDocument(TestDocumentMixin):
<h1>My splendid title</h1>
</div>
<script type="text/javascript" src="http://example.com/something.js"/>
<p>éàèù</p>
</body>
</html>
""".decode('utf-8').encode('iso-8859-1')
......
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