remove println
This commit is contained in:
parent
cc8c3590c0
commit
f493e0f528
|
@ -212,7 +212,6 @@ public class BufferedResponseHandlerTest
|
|||
_test._close=false;
|
||||
_test._content = new byte[0];
|
||||
String response = _local.getResponse("GET /ctx/include/path HTTP/1.1\r\nHost: localhost\r\n\r\n");
|
||||
System.err.println(response);
|
||||
assertThat(response,containsString(" 200 OK"));
|
||||
assertThat(response,containsString("Content-Length: "));
|
||||
assertThat(response,containsString("Write: 0"));
|
||||
|
|
Loading…
Reference in New Issue