remove println

This commit is contained in:
Greg Wilkins 2016-08-10 16:26:43 +10:00
parent cc8c3590c0
commit f493e0f528
1 changed files with 0 additions and 1 deletions

View File

@ -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"));