From a48b907f86615d5e287d9703dc06a1f72e1ba24f Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Fri, 24 Feb 2012 19:02:07 +0900 Subject: [PATCH] Add comment about missing security tests. --- product/ERP5Type/mixin/component.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/product/ERP5Type/mixin/component.py b/product/ERP5Type/mixin/component.py index cbc52b11d8..57ce548cf9 100644 --- a/product/ERP5Type/mixin/component.py +++ b/product/ERP5Type/mixin/component.py @@ -124,6 +124,10 @@ class RecordablePropertyMetaClass(ExtensionClass): return new_class class ComponentMixin(PropertyRecordableMixin, Base): + """ + XXX-arnau: add tests to ERP5 itself to make sure all securities are defined + properly everywhere (see naming convention test) + """ __metaclass__ = RecordablePropertyMetaClass isPortalContent = 1 -- 2.30.9