You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2012/05/24 14:27:08 UTC

[jira] [Created] (JCR-3321) TCK: Strange XPath query in OrderByMultiTypeTest.testMultipleOrder

Thomas Mueller created JCR-3321:
-----------------------------------

             Summary: TCK: Strange XPath query in OrderByMultiTypeTest.testMultipleOrder
                 Key: JCR-3321
                 URL: https://issues.apache.org/jira/browse/JCR-3321
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-jcr-tests
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller
            Priority: Minor


The test org.apache.jackrabbit.test.api.query.OrderByMultiTypeTest.testMultipleOrder currently runs a query of the form:

//testroot/*[@jcr:primaryType='nt:unstructured']

I believe there is a typo in the test, and the query should be:

/jcr:root/testroot/*[@jcr:primaryType='nt:unstructured']

--
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

        

[jira] [Updated] (JCR-3321) TCK: Strange XPath query in OrderByMultiTypeTest.testMultipleOrder

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

Julian Reschke updated JCR-3321:
--------------------------------

    Issue Type: Sub-task  (was: Improvement)
        Parent: JCR-3301
    
> TCK: Strange XPath query in OrderByMultiTypeTest.testMultipleOrder
> ------------------------------------------------------------------
>
>                 Key: JCR-3321
>                 URL: https://issues.apache.org/jira/browse/JCR-3321
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: jackrabbit-jcr-tests
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>
> The test org.apache.jackrabbit.test.api.query.OrderByMultiTypeTest.testMultipleOrder currently runs a query of the form:
> //testroot/*[@jcr:primaryType='nt:unstructured']
> I believe there is a typo in the test, and the query should be:
> /jcr:root/testroot/*[@jcr:primaryType='nt:unstructured']

--
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

        

[jira] [Resolved] (JCR-3321) TCK: Strange XPath query in OrderByMultiTypeTest.testMultipleOrder

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

Thomas Mueller resolved JCR-3321.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6
    
> TCK: Strange XPath query in OrderByMultiTypeTest.testMultipleOrder
> ------------------------------------------------------------------
>
>                 Key: JCR-3321
>                 URL: https://issues.apache.org/jira/browse/JCR-3321
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: jackrabbit-jcr-tests
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>             Fix For: 2.6
>
>
> The test org.apache.jackrabbit.test.api.query.OrderByMultiTypeTest.testMultipleOrder currently runs a query of the form:
> //testroot/*[@jcr:primaryType='nt:unstructured']
> I believe there is a typo in the test, and the query should be:
> /jcr:root/testroot/*[@jcr:primaryType='nt:unstructured']

--
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