Description
OrderByTest#testChildAxisMixedTypes fails with
junit.framework.AssertionFailedError: expected:<[/testroot/node0, /testroot/node1, /testroot/node2]> but was:<[/testroot/node0, /testroot/node2, /testroot/node1]>
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.failNotEquals(Assert.java:287)
at junit.framework.Assert.assertEquals(Assert.java:67)
at junit.framework.Assert.assertEquals(Assert.java:74)
at org.apache.jackrabbit.core.query.OrderByTest.checkChildAxis(OrderByTest.java:289)
at org.apache.jackrabbit.core.query.OrderByTest.checkChildAxis(OrderByTest.java:253)
at org.apache.jackrabbit.core.query.OrderByTest.testChildAxisMixedTypes(OrderByTest.java:210)