Commit 36f731b7 authored by Jérome Perrin's avatar Jérome Perrin

also check local tests, extensions, documents, property sheets and constraints

when checking a business template



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5flakes@18922 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3d5add8
......@@ -143,6 +143,12 @@ def checkBusinessTemplate(path):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment