You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Randall Hauch (JIRA)" <ji...@apache.org> on 2012/07/12 20:31:36 UTC

[jira] [Comment Edited] (JCR-2666) JCR TCK Test for Restoring Version Tests That Versionable Child Is also Restored, contrary to JCR 2.0 specification

    [ https://issues.apache.org/jira/browse/JCR-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412906#comment-13412906 ] 

Randall Hauch edited comment on JCR-2666 at 7/12/12 6:30 PM:
-------------------------------------------------------------

Can somebody *please* apply these changes (see patch) and mark the test as failing in Jackrabbit Core by adding this to the 'jackrabbit-core/pom.xml' file?

{code:xml}
            <property>
              <name>known.issues</name>
              <value>
...
org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreNameJcr2<!--JCR-3326-->
              </value>
            </property>
{code}

It's been over a month since I supplied the patch.
                
      was (Author: rhauch):
    Can somebody *please* apply these changes (see patch) and mark the test as failing in Jackrabbit Core by adding this to the 'jackrabbit-core/pom.xml' file?

{code:xml}
            <property>
              <name>known.issues</name>
              <value>
...
org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreNameJcr2
              </value>
            </property>
{code}

It's been over a month since I supplied the patch.
                  
> JCR TCK Test for Restoring Version Tests That Versionable Child Is also Restored, contrary to JCR 2.0 specification
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-2666
>                 URL: https://issues.apache.org/jira/browse/JCR-2666
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-jcr-tests, JCR 2.0
>    Affects Versions: 2.1, 2.4.1
>            Reporter: Brian Carothers
>         Attachments: 0001-JCR-2666-Corrected-expectation-for-a-test-in-Restore.patch
>
>
> The test case testRestoreNameJcr2 in o.a.j.test.version.RestoreTest, ends by validating that restoring a versionable parent also restores its versionable child.  This was the correct behavior in JCR 1.0, but was changed in JCR 21].  The testRestoreName method in the same class correctly notes this and changed the behavior for JCR 2.
> This can be corrected by replacing the last 3 lines of testRestoreNameJcr2 with something analogous to the last 5 lines of testRestoreName.
> Thanks!
> [1] - JCR2 specification, section 15.7.5 - "If the workspace currently has an already existing node corresponding to C's version history and the removeExisting flag of the restore is set to true, then that instance of C becomes the child of the restored N."

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