@Test
public void testSomeNodesCreationWithDescendant() throws Exception {
NodeState root = EMPTY_NODE;
NodeBuilder builder = root.builder();
builder.child("oak:index").child("solr")
.setProperty(JCR_PRIMARYTYPE, "oak:queryIndexDefinition")
.setProperty("type", "solr");
NodeState before = builder.getNodeState();