removed println
This commit is contained in:
parent
1e8fc31440
commit
73609ff7a6
|
@ -258,8 +258,6 @@ public class SelectChannelServerSslTest extends HttpServerTestBase
|
||||||
|
|
||||||
// Read the response.
|
// Read the response.
|
||||||
String response = readResponse(client);
|
String response = readResponse(client);
|
||||||
|
|
||||||
System.err.println(response);
|
|
||||||
|
|
||||||
assertThat(response, containsString("HTTP/1.1 200 OK"));
|
assertThat(response, containsString("HTTP/1.1 200 OK"));
|
||||||
assertThat(response, containsString("Hello world"));
|
assertThat(response, containsString("Hello world"));
|
||||||
|
|
Loading…
Reference in New Issue