Skip to content

Commit

Permalink
Upgraded to work with grokcore.security version 1.1.
Browse files Browse the repository at this point in the history
Functional tests need new grok.View permission.
  • Loading branch information
kevingill1966 committed Jul 4, 2009
1 parent e27ee90 commit df5aade
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
1.1 (unreleased)
----------------

* ...
* Add grok.View permissions to functional tests (requires grokcore.security 1.1)

1.0 (2008-11-15)
----------------
Expand Down
4 changes: 4 additions & 0 deletions src/grokcore/viewlet/ftesting.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
permission="zope.View"
principal="zope.anybody"
/>
<grant
permission="grok.View"
principal="zope.anybody"
/>

<principal
id="zope.mgr"
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ZConfig = 2.5.1
ZODB3 = 3.8
docutils = 0.4
grokcore.component = 1.5.1
grokcore.security = 1.0
grokcore.security = 1.1
grokcore.view = 1.1
martian = 0.11
mechanize = 0.1.7b
Expand Down

0 comments on commit df5aade

Please sign in to comment.