TCK fails with "Property is not included in response" when 
isGetDescendantsSupported or isGetFolderTreeSupported are true
-------------------------------------------------------------------------------------------------------------------------

                 Key: CMIS-404
                 URL: https://issues.apache.org/jira/browse/CMIS-404
             Project: Chemistry
          Issue Type: Bug
          Components: tck
    Affects Versions: OpenCMIS 0.4.0
            Reporter: Cedric Moitrier


This is because in AbstractSessionTest.checkChildren(...), 
folder.getDescendants(...) and folder.getFolderTree(...) are both called 
without passing an OperationContext (thus the default one is used).
Default operation context does not specify any property filter which according 
to CMIS specifications means that the set of returned properties is repository 
specific.
But children returned by both getDescendants(...) and getFolderTree(...) are 
each validated by checkChild(...) which fails if any property from this object 
definition is not present within the tested object.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to