@Test
public void testCustomConfigNodeType() throws Exception {
NodeState root = INITIAL_CONTENT;
// Add index definitions
NodeBuilder builder = root.builder();
NodeBuilder index = builder.child(INDEX_DEFINITIONS_NAME);
createIndexDefinition(index, "fooIndex", true, false,
ImmutableSet.of("foo", "extrafoo"),
ImmutableSet.of(NT_UNSTRUCTURED));
createIndexDefinition(index, "fooIndexFile", true, false,