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