()
| 270 | } |
| 271 | |
| 272 | @Test |
| 273 | public void testBug49555() throws Exception { |
| 274 | getTomcatInstanceTestWebapp(false, true); |
| 275 | |
| 276 | ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug49nnn/bug49555.jsp"); |
| 277 | |
| 278 | String result = res.toString(); |
| 279 | assertEcho(result, "00-" + TesterFunctions.Inner$Class.RETVAL); |
| 280 | } |
| 281 | |
| 282 | @Test |
| 283 | public void testBug51544() throws Exception { |
nothing calls this directly
no test coverage detected