[CMF-checkins] CVS: CMF/CMFCore/tests/base - security.py:1.3

Florent Guillaume fg@nuxeo.com
Fri, 14 Mar 2003 14:11:40 -0500


Update of /cvs-repository/CMF/CMFCore/tests/base
In directory cvs.zope.org:/tmp/cvs-serv13826/CMFCore/tests/base

Modified Files:
	security.py 
Log Message:
Ensure that the security attributes are reindexed on all subobjects too
when a folderish object changes state in the workflow (Collector #115).



=== CMF/CMFCore/tests/base/security.py 1.2 => 1.3 ===
--- CMF/CMFCore/tests/base/security.py:1.2	Fri Feb 15 14:45:34 2002
+++ CMF/CMFCore/tests/base/security.py	Fri Mar 14 14:11:40 2003
@@ -77,3 +77,6 @@
             else:
                 return 0
         return 1
+
+    def getRoles(self):
+        return ('Anonymous',)