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

TCK VersioningSmokeTest tries to checkout a non-current version document

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • OpenCMIS 0.13.0
    • OpenCMIS 0.14.0
    • None
    • None

    Description

      In VersioningSmokeTest checkOut() method is called for an old document "doc", which is already checked in and became an older version.
      This produces CmisVersioningException in my CMIS server saying that the operation is not allowed on a non-current version of a document.

      // check out again
      153 pwcId = doc.checkOut();
      154 pwc = (Document) session.getObject(pwcId, SELECT_ALL_NO_CACHE_OC);

      // check out again
      167 pwcId = doc.checkOut();
      168 pwc = (Document) session.getObject(pwcId, SELECT_ALL_NO_CACHE_OC);

      Attachments

        Activity

          People

            fmui Florian Müller
            linzhixing linzhixing
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: