File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ Fix DeprecationWarnings. [maurits]
Original file line number Diff line number Diff line change 27
27
28
28
<browser : page
29
29
name =" moderate-comments"
30
- for =" plone.app.layout.navigation .interfaces.INavigationRoot"
30
+ for =" plone.base .interfaces.INavigationRoot"
31
31
class =" .moderation.View"
32
32
permission =" plone.app.discussion.ReviewComments"
33
33
layer =" ..interfaces.IDiscussionLayer"
44
44
45
45
<browser : page
46
46
name =" bulk-actions"
47
- for =" plone.app.layout.navigation .interfaces.INavigationRoot"
47
+ for =" plone.base .interfaces.INavigationRoot"
48
48
class =" .moderation.BulkActionsView"
49
49
permission =" plone.app.discussion.ReviewComments"
50
50
layer =" ..interfaces.IDiscussionLayer"
61
61
62
62
<browser : page
63
63
name =" moderate-comments-enabled"
64
- for =" plone.app.layout.navigation .interfaces.INavigationRoot"
64
+ for =" plone.base .interfaces.INavigationRoot"
65
65
class =" .moderation.ModerateCommentsEnabled"
66
66
permission =" zope2.View"
67
67
layer =" ..interfaces.IDiscussionLayer"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Setting up and logging in
17
17
First we have to set up some things and login.
18
18
19
19
>>> app = layer['app']
20
- >>> from plone.testing.z2 import Browser
20
+ >>> from plone.testing.zope import Browser
21
21
>>> from plone.app.testing import SITE_OWNER_PASSWORD
22
22
>>> from plone.app.testing import TEST_USER_PASSWORD
23
23
>>> browser = Browser(app)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Setting up and log in
14
14
First we have to set up some things and login.
15
15
16
16
>>> app = layer[' app' ]
17
- >>> from plone.testing.z2 import Browser
17
+ >>> from plone.testing.zope import Browser
18
18
>>> from plone.app.testing import SITE_OWNER_PASSWORD
19
19
>>> from plone.app.testing import TEST_USER_PASSWORD
20
20
>>> browser = Browser(app)
You can’t perform that action at this time.
0 commit comments