[Zope3-checkins] CVS: Zope3/src/zope/app/dublincore/tests -
test_creatorannotator.py:1.6.6.1
Steve Alexander
steve at cat-box.net
Wed Jan 14 15:58:43 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/dublincore/tests
In directory cvs.zope.org:/tmp/cvs-serv17568/src/zope/app/dublincore/tests
Modified Files:
Tag: steveachrismcd-securitypolicy-branch
test_creatorannotator.py
Log Message:
Removed all other traces of roles from the core code.
=== Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py 1.6 => 1.6.6.1 ===
--- Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py:1.6 Fri Nov 21 12:12:03 2003
+++ Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py Wed Jan 14 15:58:12 2004
@@ -76,7 +76,7 @@
PlacefulSetup.setUp(self)
ztapi.provideAdapter(IDummyContent, IZopeDublinCore, DummyDCAdapter)
noSecurityManager()
-
+
def tearDown(self):
noSecurityManager()
PlacefulSetup.tearDown(self)
@@ -92,13 +92,11 @@
good_author._id = 'goodauthor'
good_author._title = 'the good author'
good_author._description = 'this is a very good author'
- good_author._roles = []
bad_author = DummyPrincipal()
bad_author._id = 'badauthor'
bad_author._title = 'the bad author'
bad_author._description = 'this is a very bad author'
- bad_author._roles = []
# Check what happens if no user is there
noSecurityManager()
More information about the Zope3-Checkins
mailing list