()
| 368 | } |
| 369 | |
| 370 | @Test (expected = IllegalArgumentException.class) |
| 371 | public void createNewTreeNoChanges() throws Exception { |
| 372 | setupStorage(true, true); |
| 373 | final Tree tree = new Tree(); |
| 374 | tree.createNewTree(storage.getTSDB()).joinUninterruptibly(); |
| 375 | } |
| 376 | |
| 377 | @Test (expected = IllegalArgumentException.class) |
| 378 | public void createNewTreeOutOfIDs() throws Exception { |
nothing calls this directly
no test coverage detected