redundant
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1630 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
0348941c3e
commit
012b72a7f4
|
@ -285,7 +285,6 @@ public class HttpExchangeTest extends TestCase
|
|||
assertEquals(HttpExchange.STATUS_COMPLETED,status);
|
||||
String result=httpExchange.getResponseContent();
|
||||
assertEquals(babuf.length(),result.length());
|
||||
assertEquals(HttpExchange.STATUS_COMPLETED, status);
|
||||
|
||||
httpExchange.reset();
|
||||
httpExchange.setURL(_scheme+"localhost:"+_port+"/");
|
||||
|
|
Loading…
Reference in New Issue