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:
Greg Wilkins 2010-04-30 13:13:22 +00:00
parent 0348941c3e
commit 012b72a7f4
1 changed files with 0 additions and 1 deletions

View File

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