fixed client test

This commit is contained in:
Greg Wilkins 2015-10-15 17:19:06 +11:00
parent 0b98996745
commit 72d97f77cc
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ public class HttpClientTimeoutTest extends AbstractHttpClientServerTest
start(new EmptyServerHandler()); start(new EmptyServerHandler());
long timeout = 1000; long timeout = 1000;
Request request = client.newRequest("badscheme://localhost:" + connector.getLocalPort()); Request request = client.newRequest("badscheme://localhost:badport");
try try
{ {