Re-enable ssl tests. See #240

This commit is contained in:
norman 2012-03-29 12:06:00 +02:00
parent dded63b22c
commit 77e1ef72cd
2 changed files with 1 additions and 10 deletions

View File

@ -24,12 +24,8 @@ import io.netty.testsuite.transport.socket.AbstractSocketSslEchoTest;
public class NioNioSocketSslEchoTest extends AbstractSocketSslEchoTest {
@Override
public void testSslEcho() throws Throwable {
}
@Override
protected ChannelFactory newClientSocketChannelFactory(Executor executor) {
return new NioClientSocketChannelFactory(executor);
}

View File

@ -25,11 +25,6 @@ import io.netty.testsuite.transport.socket.AbstractSocketSslEchoTest;
public class NioOioSocketSslEchoTest extends AbstractSocketSslEchoTest {
@Override
public void testSslEcho() throws Throwable {
}
@Override
protected ChannelFactory newClientSocketChannelFactory(Executor executor) {
return new NioClientSocketChannelFactory(executor);
}