()
| 247 | } |
| 248 | |
| 249 | @Test |
| 250 | public void handleTreeQSModifyNotModified() throws Exception { |
| 251 | setupStorage(); |
| 252 | HttpQuery query = NettyMocks.getQuery(tsdb, |
| 253 | "/api/tree?treeid=1&method_override=post"); |
| 254 | rpc.execute(tsdb, query); |
| 255 | assertEquals(HttpResponseStatus.NOT_MODIFIED, query.response().getStatus()); |
| 256 | } |
| 257 | |
| 258 | @Test |
| 259 | public void handleTreePOSTModify() throws Exception { |
nothing calls this directly
no test coverage detected