[CMF-checkins] CVS: CMF/CMFCore/tests/base - dummy.py:1.16
Yvo Schubbe
y.2004_ at wcm-solutions.de
Thu Feb 12 03:38:02 EST 2004
Update of /cvs-repository/CMF/CMFCore/tests/base
In directory cvs.zope.org:/tmp/cvs-serv30546/CMFCore/tests/base
Modified Files:
dummy.py
Log Message:
- added check for executable owner and proxy roles to _checkPermission
=== CMF/CMFCore/tests/base/dummy.py 1.15 => 1.16 ===
--- CMF/CMFCore/tests/base/dummy.py:1.15 Fri Jan 2 13:11:36 2004
+++ CMF/CMFCore/tests/base/dummy.py Thu Feb 12 03:37:31 2004
@@ -229,6 +229,9 @@
def getRolesInContext(self, object):
return ('Authenticated', 'Dummy', 'Member')
+ def _check_context(self, object):
+ return 1
+
class DummyUserFolder(Implicit):
""" A dummy User Folder with 2 dummy Users.
More information about the CMF-checkins
mailing list