[Erp5-report] r8247 - /erp5/trunk/products/ERP5/tests/testBusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 30 14:21:45 CEST 2006


Author: vincent
Date: Fri Jun 30 14:21:35 2006
New Revision: 8247

URL: http://svn.erp5.org?rev=8247&view=rev
Log:
Now that xhtml became installation default, check for xhtml, not html.

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

Modified: erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testBusinessTemplate.py?rev=8247&r1=8246&r2=8247&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py Fri Jun 30 14:21:35 2006
@@ -213,15 +213,15 @@
         self.failIf('erp5_pdf_style' in selection)
         self.failIf('erp5_csv_style' in selection)
         self.failIf('erp5_core' not in selection)
-        self.failIf('erp5_html_style' not in selection)
+        self.failIf('erp5_xhtml_style' not in selection)
       if skin_name == 'Print':
-        self.failIf('erp5_html_style' in selection)
+        self.failIf('erp5_xhtml_style' in selection)
         self.failIf('erp5_csv_style' in selection)
         self.failIf('erp5_core' not in selection)
         self.failIf('erp5_pdf_style' not in selection)
       if skin_name == 'CSV':
         self.failIf('erp5_pdf_style' in selection)
-        self.failIf('erp5_html_style' in selection)
+        self.failIf('erp5_xhtml_style' in selection)
         self.failIf('erp5_core' not in selection)
         self.failIf('erp5_csv_style' not in selection)
 




More information about the Erp5-report mailing list