()
| 220 | } |
| 221 | |
| 222 | @Test |
| 223 | public void testBug45511() throws Exception { |
| 224 | getTomcatInstanceTestWebapp(false, true); |
| 225 | |
| 226 | ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug45nnn/bug45511.jsp"); |
| 227 | |
| 228 | String result = res.toString(); |
| 229 | assertEcho(result, "00-true"); |
| 230 | assertEcho(result, "01-false"); |
| 231 | } |
| 232 | |
| 233 | @Test |
| 234 | public void testBug46596() throws Exception { |
nothing calls this directly
no test coverage detected