[Erp5-report] r18655 - /erp5/trunk/products/ERP5/tests/testXHTML.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 11 09:11:39 CET 2008


Author: aurel
Date: Fri Jan 11 09:11:38 2008
New Revision: 18655

URL: http://svn.erp5.org?rev=18655&view=rev
Log:
warnings checks are buggy in tidy, so do not check it

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

Modified: erp5/trunk/products/ERP5/tests/testXHTML.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testXHTML.py?rev=18655&r1=18654&r2=18655&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testXHTML.py (original)
+++ erp5/trunk/products/ERP5/tests/testXHTML.py Fri Jan 11 09:11:38 2008
@@ -144,8 +144,8 @@
     if len(data) >= 2:
       if data[1].startswith('Error: '):
         return False
-      elif data[1].startswith('Warning: '):
-        return False
+#       elif data[1].startswith('Warning: '):
+#         return False
   return True
 
 




More information about the Erp5-report mailing list