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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 8 12:04:32 CEST 2010


Author: nicolas
Date: Thu Apr  8 12:04:31 2010
New Revision: 34371

URL: http://svn.erp5.org?rev=34371&view=rev
Log:
Test charset replacement by regex

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=34371&r1=34370&r2=34371&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] Thu Apr  8 12:04:31 2010
@@ -1473,6 +1473,7 @@
     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'




More information about the Erp5-report mailing list