[Erp5-report] r41957 kazuhiko - /erp5/trunk/products/ERP5OOo/tests/testDms.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 3 18:16:54 CET 2011


Author: kazuhiko
Date: Mon Jan  3 18:16:54 2011
New Revision: 41957

URL: http://svn.erp5.org?rev=41957&view=rev
Log:
modify HTML that does not work with current safe_html.

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=41957&r1=41956&r2=41957&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] Mon Jan  3 18:16:54 2011
@@ -1527,7 +1527,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>
+        <p class="Th&#232;mes Thèmes">Th&#232;mes Thèmes</p>
       </body>
     </html>
     """.decode('utf-8').encode('iso-8859-1')



More information about the Erp5-report mailing list