Hi,
On of the tests fails when I build Jackrabbit 1.4 on my machine. I
have checked out the Jackrabbit 1.4 branch to a new directory, and
called:
mvn clean install
The error is:
Building Jackrabbit JCR to SPI
task-segment: [clean, install]
---------------------------------
...
testRevertReorder(org.apache.jackrabbit.jcr2spi.ReorderReferenceableSNSTest)
junit.framework.AssertionFailedError: Reorder added a child node.
at junit.framework.Assert.fail(Assert.java:47)
at
org.apache.jackrabbit.jcr2spi.ReorderTest.testOrder(ReorderTest.java:90)
at
org.apache.jackrabbit.jcr2spi.ReorderTest.testRevertReorder(ReorderTest.java:122)
mvn -version gives me:
Maven version: 2.0.7
Java version: 1.4.2_13
OS name: "windows xp" version: "5.1" arch: "x86"
Is this expected? If yes then probably the test should be disabled in
the 1.4 branch? Is this related to
http://issues.apache.org/jira/browse/JCR-1167?
Regards,
Thomas