[Zope3-checkins] CVS: Zope3/src/zope/app/dublincore/tests - test_creatorannotator.py:1.3
Jim Fulton
jim@zope.com
Mon, 2 Jun 2003 12:56:17 -0400
Update of /cvs-repository/Zope3/src/zope/app/dublincore/tests
In directory cvs.zope.org:/tmp/cvs-serv3969/src/zope/app/dublincore/tests
Modified Files:
test_creatorannotator.py
Log Message:
Removed getRolese from IPrincipal and from carious other code.
Principals don't have integral roles. In Zope 3, all grants,
including role grants are local. In the future, we'll probably
provide a way for local grants to be found from an auth service to
allow some principal grants to be stored centrally.
=== Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py:1.2 Thu May 1 15:35:15 2003
+++ Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py Mon Jun 2 12:55:47 2003
@@ -70,9 +70,6 @@
def getDescription(self):
return self._description
- def getRoles(self):
- return self._roles
-
class Test(PlacefulSetup, TestCase, CleanUp):
def setUp(self):