You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Jeff Potts (JIRA)" <ji...@apache.org> on 2010/07/12 22:47:52 UTC

[jira] Created: (CMIS-233) DocumentTest.testCheckinAfterGetPWC and testDeleteContentStreamPWC should check the PWCUpdatable capability

DocumentTest.testCheckinAfterGetPWC and testDeleteContentStreamPWC should check the PWCUpdatable capability
-----------------------------------------------------------------------------------------------------------

                 Key: CMIS-233
                 URL: https://issues.apache.org/jira/browse/CMIS-233
             Project: Chemistry
          Issue Type: Bug
          Components: cmislib
            Reporter: Jeff Potts
            Assignee: Jeff Potts


Migrated from GC issue 12, Reported by niyue.com, Mar 29, 2010

According to CMIS spec v1.0cd07, if the repository does NOT support the
"PWCUpdatable" capability, then the PWC object can only be
modified as part of the checkIn service call. Therefore,
1) In testCheckinAfterGetPWC test case, if PWCUpdatable is false, pwc
cannot be deleted if the document is checked out.
2) In testDeleteContentStreamPWC, if PWCUpdatable is false, content stream
for pwc cannot be deleted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CMIS-233) DocumentTest.testCheckinAfterGetPWC and testDeleteContentStreamPWC should check the PWCUpdatable capability

Posted by "Jeff Potts (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Potts resolved CMIS-233.
-----------------------------

    Resolution: Fixed

Checked into head.

> DocumentTest.testCheckinAfterGetPWC and testDeleteContentStreamPWC should check the PWCUpdatable capability
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CMIS-233
>                 URL: https://issues.apache.org/jira/browse/CMIS-233
>             Project: Chemistry
>          Issue Type: Bug
>          Components: cmislib
>            Reporter: Jeff Potts
>            Assignee: Jeff Potts
>
> Migrated from GC issue 12, Reported by niyue.com, Mar 29, 2010
> According to CMIS spec v1.0cd07, if the repository does NOT support the
> "PWCUpdatable" capability, then the PWC object can only be
> modified as part of the checkIn service call. Therefore,
> 1) In testCheckinAfterGetPWC test case, if PWCUpdatable is false, pwc
> cannot be deleted if the document is checked out.
> 2) In testDeleteContentStreamPWC, if PWCUpdatable is false, content stream
> for pwc cannot be deleted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.