[Erp5-report] r30154 - /erp5/trunk/products/ERP5/tests/testERP5Web.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 30 15:12:26 CET 2009


Author: fabien
Date: Fri Oct 30 15:12:22 2009
New Revision: 30154

URL: http://svn.erp5.org?rev=30154&view=rev
Log:
a "\n" is added at the end of each line

Modified:
    erp5/trunk/products/ERP5/tests/testERP5Web.py

Modified: erp5/trunk/products/ERP5/tests/testERP5Web.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Web.py?rev=30154&r1=30153&r2=30154&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] Fri Oct 30 15:12:22 2009
@@ -308,7 +308,7 @@
     content = '<a href="${toto}">$titi</a>'
     asText_content = '$titi\n'
     substituted_content = '<a href="foo">bar</a>'
-    substituted_asText_content = 'bar'
+    substituted_asText_content = 'bar\n'
     mapping = dict(toto='foo', titi='bar')
 
     portal = self.getPortal()




More information about the Erp5-report mailing list