[Erp5-report] r18922 - /erp5/trunk/utils/erp5flakes/bin/erp5flakes

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 30 13:54:06 CET 2008


Author: jerome
Date: Wed Jan 30 13:54:06 2008
New Revision: 18922

URL: http://svn.erp5.org?rev=18922&view=rev
Log:
also check local tests, extensions, documents, property sheets and constraints
when checking a business template


Modified:
    erp5/trunk/utils/erp5flakes/bin/erp5flakes

Modified: erp5/trunk/utils/erp5flakes/bin/erp5flakes
URL: http://svn.erp5.org/erp5/trunk/utils/erp5flakes/bin/erp5flakes?rev=18922&r1=18921&r2=18922&view=diff
==============================================================================
--- erp5/trunk/utils/erp5flakes/bin/erp5flakes (original)
+++ erp5/trunk/utils/erp5flakes/bin/erp5flakes Wed Jan 30 13:54:06 2008
@@ -143,6 +143,12 @@
             finally:
                 file_obj.close()
 
+    warnings += checkZopeProduct(os.path.join(path, 'TestTemplateItem'))
+    warnings += checkZopeProduct(os.path.join(path, 'ExtensionTemplateItem'))
+    warnings += checkZopeProduct(os.path.join(path, 'DocumentTemplateItem'))
+    warnings += checkZopeProduct(os.path.join(path, 'PropertySheetTemplateItem'))
+    warnings += checkZopeProduct(os.path.join(path, 'ConstraintTemplateItem'))
+
     return warnings
 
 




More information about the Erp5-report mailing list