@Test (expected = IllegalStateException.class)
public void storeTreeNoChanges() throws Exception {
setupStorage(true, true);
final Tree tree = buildTestTree();
tree.storeTree(storage.getTSDB(), false);
tree.storeTree(storage.getTSDB(), false);
}
@Test (expected = IllegalArgumentException.class)
public void storeTreeTreeID0() throws Exception {
setupStorage(true, true);