[Erp5-report] r30001 - /erp5/trunk/products/ERP5/tests/testERP5Web.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Oct 26 09:54:28 CET 2009
Author: fabien
Date: Mon Oct 26 09:54:28 2009
New Revision: 30001
URL: http://svn.erp5.org?rev=30001&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=30001&r1=30000&r2=30001&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] Mon Oct 26 09:54:28 2009
@@ -306,7 +306,7 @@
ZopeTestCase._print(message)
content = '<a href="${toto}">$titi</a>'
- asText_content = '$titi'
+ asText_content = '$titi\n'
substituted_content = '<a href="foo">bar</a>'
substituted_asText_content = 'bar'
mapping = dict(toto='foo', titi='bar')
More information about the Erp5-report
mailing list