()
| 280 | } |
| 281 | |
| 282 | @Test |
| 283 | public void testBug51544() throws Exception { |
| 284 | getTomcatInstanceTestWebapp(false, true); |
| 285 | |
| 286 | ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug5nnnn/bug51544.jsp"); |
| 287 | |
| 288 | String result = res.toString(); |
| 289 | assertEcho(result, "Empty list: true"); |
| 290 | } |
| 291 | |
| 292 | @Test |
| 293 | public void testELMiscNoQuoteAttributeEL() throws Exception { |
nothing calls this directly
no test coverage detected