}
private Long addNode(String nodeName) throws Exception {
Commit commit = CommitBuilder.build("/", "+\"" + nodeName + "\" : {}", "Add /" + nodeName);
CommitCommand command = new CommitCommand(getNodeStore(), commit);
return command.execute();
}
@Test
public void fetchWithCertainPathsOneRevision() throws Exception {
SimpleNodeScenario scenario = new SimpleNodeScenario(getNodeStore());