Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-404

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • OpenCMIS 0.4.0
    • OpenCMIS 0.5.0
    • tck
    • None

    Description

      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.

      Attachments

        Activity

          People

            fmui Florian Müller
            cmoitrier Cedric Moitrier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: