()
| 231 | } |
| 232 | |
| 233 | @Test |
| 234 | public void testBug46596() throws Exception { |
| 235 | getTomcatInstanceTestWebapp(false, true); |
| 236 | |
| 237 | ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug46596.jsp"); |
| 238 | String result = res.toString(); |
| 239 | assertEcho(result, "{OK}"); |
| 240 | } |
| 241 | |
| 242 | @Test |
| 243 | public void testBug47413() throws Exception { |
nothing calls this directly
no test coverage detected