[CMF-checkins] CVS: CMF/CMFCore/tests/base - security.py:1.2.14.1
Florent Guillaume
fg@nuxeo.com
Fri, 14 Mar 2003 14:13:46 -0500
Update of /cvs-repository/CMF/CMFCore/tests/base
In directory cvs.zope.org:/tmp/cvs-serv14127/CMFCore/tests/base
Modified Files:
Tag: CMF-1_3-branch
security.py
Log Message:
Merge from HEAD:
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.2.14.1 ===
--- 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:13:46 2003
@@ -77,3 +77,6 @@
else:
return 0
return 1
+
+ def getRoles(self):
+ return ('Anonymous',)