fixed client proxy test

This commit is contained in:
Greg Wilkins 2015-01-02 15:38:12 +01:00
parent e1e57924dc
commit cc216eb8ee
1 changed files with 0 additions and 3 deletions

View File

@ -156,8 +156,6 @@ public class HttpClientCustomProxyTest
super(endPoint, executor); super(endPoint, executor);
this.connectionFactory = connectionFactory; this.connectionFactory = connectionFactory;
this.context = context; this.context = context;
throw new IllegalStateException("This was calling super dispatchIO=true. Needs to be reviewed");
} }
@Override @Override
@ -216,7 +214,6 @@ public class HttpClientCustomProxyTest
{ {
super(endPoint, connector.getExecutor()); super(endPoint, connector.getExecutor());
this.connectionFactory = connectionFactory; this.connectionFactory = connectionFactory;
throw new IllegalStateException("This was calling super dispatchIO=true. Needs to be reviewed");
} }
@Override @Override