Skip to content

Commit

Permalink
Merge branch 'master' into issue_397
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 20, 2019
2 parents cdf4698 + a1ae951 commit ae3b3d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Products/Five/browser/tests/pages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,12 @@ The parent of the view is the view's context:
The direct parent of the context is

>>> aq_inner(context).__parent__
<Folder at /test_folder_1_>
<Folder at /test_folder_1_>

C methods work the same

>>> aq_parent(aq_inner(context))
<Folder at /test_folder_1_>
<Folder at /test_folder_1_>

The same applies to a view registered with <browser:view /> instead of
<browser:page />
Expand All @@ -287,9 +287,9 @@ The same applies to a view registered with <browser:view /> instead of
>>> aq_parent(view) == view.context
True
>>> aq_inner(context).__parent__
<Folder at /test_folder_1_>
<Folder at /test_folder_1_>
>>> aq_parent(aq_inner(context))
<Folder at /test_folder_1_>
<Folder at /test_folder_1_>

Make sure that methods which are not included in the allowed interface or
attributes, but which already had security declarations from a base class,
Expand Down

0 comments on commit ae3b3d2

Please sign in to comment.