There is no allowableActions element on response if the cmis:controllableACL is 
false.
--------------------------------------------------------------------------------------

                 Key: CMIS-191
                 URL: https://issues.apache.org/jira/browse/CMIS-191
             Project: Chemistry
          Issue Type: Bug
          Components: tck
            Reporter: Alexey Zavizionov


ManageAccessControlListVisitor.visit(EntryTree) line: 75
EntryTree.walkEntry(EntryTree, EntryTree$TreeVisitor) line: 126 
EntryTree.walkTree(EntryTree$TreeVisitor) line: 118     
AccessControlListTest.testManageAccessControlList() line: 132   

74        CMISAllowableActions objectAllowableActions = 
childObject.getExtension(CMISConstants.ALLOWABLE_ACTIONS);
75        Assert.assertNotNull(objectAllowableActions);   // <==========
76        boolean canApplyACL = objectAllowableActions.isAllowed("canApplyACL");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to