[IMP] base_module_quality: remove certificate tag from terp test
authormra (Open ERP) <mra@tinyerp.com>
Thu, 3 Sep 2009 12:04:43 +0000 (17:34 +0530)
committermra (Open ERP) <mra@tinyerp.com>
Thu, 3 Sep 2009 12:04:43 +0000 (17:34 +0530)
bzr revid: mra@tinyerp.com-20090903120443-stsp790fnbte28d0

addons/base_module_quality/terp_test/terp_test.py

index db1add2..298c862 100644 (file)
@@ -59,7 +59,7 @@ class quality_test(base_module_quality.abstract_quality_check):
         result_dict1 = {}
         terp_file = os.path.join(module_path,'__terp__.py')
         res = eval(tools.file_open(terp_file).read())
-        terp_keys = ['category', 'name', 'description', 'author', 'website', 'update_xml', 'init_xml', 'depends', 'version', 'active', 'installable', 'demo_xml', 'certificate']
+        terp_keys = ['category', 'name', 'description', 'author', 'website', 'update_xml', 'init_xml', 'depends', 'version', 'active', 'installable', 'demo_xml']
         for key in terp_keys:
             if key in res:
                 feel_good_factor += 1 # each tag should appear