()
| 239 | } |
| 240 | |
| 241 | @Test (expected = BadRequestException.class) |
| 242 | public void handleTreeQSModifyNotFound() throws Exception { |
| 243 | setupStorage(); |
| 244 | HttpQuery query = NettyMocks.getQuery(tsdb, |
| 245 | "/api/tree?treeid=3&method_override=post&description=HelloWorld"); |
| 246 | rpc.execute(tsdb, query); |
| 247 | } |
| 248 | |
| 249 | @Test |
| 250 | public void handleTreeQSModifyNotModified() throws Exception { |
nothing calls this directly
no test coverage detected