MCPcopy Create free account
hub / github.com/apache/tomcat / testBug53257b

Method testBug53257b

test/org/apache/jasper/compiler/TestCompiler.java:83–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 @Test
84 public void testBug53257b() throws Exception {
85 getTomcatInstanceTestWebapp(false, true);
86
87 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug53257/foo&bar.jsp");
88
89 // Check request completed
90 String result = res.toString();
91 assertEcho(result, "OK");
92 }
93
94 @Test
95 public void testBug53257c() throws Exception {

Callers

nothing calls this directly

Calls 5

toStringMethod · 0.95
assertEchoMethod · 0.95
getUrlMethod · 0.65
getPortMethod · 0.65

Tested by

no test coverage detected