TODO: sync with NodeReorderTest in jackrabbit-jcr-tests once JSR 283 is final. Tests if {@link javax.jcr.Node#orderBefore(String,String)} operations triggerthe appropriate observation events.
@tck.config testroot must allow orderable child nodes of type
nodetype
, otherwise the test cases throw a {@link NotExecutableException}. Some tests are only executed if the node at
testroot
support same name sibling child nodes.
@tck.config nodetype node type that allows child nodes of the same type.
@tck.config nodename1 child node name of type
nodetype
@tck.config nodename2 child node name of type
nodetype
@tck.config nodename3 child node name of type
nodetype
@test
@sources NodeReorderTest.java
@executeClass org.apache.jackrabbit.test.api.observation.NodeReorderTest
@keywords observation