()
| 432 | } |
| 433 | |
| 434 | @Test |
| 435 | public void getCharsetDefaultNoHeader() { |
| 436 | assertEquals(Charset.forName("UTF-8"), |
| 437 | NettyMocks.getQuery(tsdb, "/").getCharset()); |
| 438 | } |
| 439 | |
| 440 | @Test |
| 441 | public void getCharsetSupplied() { |
nothing calls this directly
no test coverage detected