Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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']