Skip to content

Commit f99c3d8

Browse files
committed
deleted incorrect comments and annotation
1 parent df7ac18 commit f99c3d8

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

mockserver-core/src/test/java/org/mockserver/client/netty/NettyHttpClientTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,4 @@ public void shouldSendComplexRequestWithBinaryBody() throws Exception {
223223
));
224224
}
225225

226-
// TODO (jamesdbloom) binary test scenarios for requests and responses
227-
228226
}

mockserver-netty/src/test/java/org/mockserver/netty/integration/proxy/http/BinaryProxyIntegrationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,4 @@ public void shouldCloseConnectionForBinaryMessagesWithNoRemoteAddress() throws E
187187
assertThat(ByteBufUtil.hexDump(binaryResponse.getBytes()), is(ByteBufUtil.hexDump("unknown message format".getBytes(StandardCharsets.UTF_8))));
188188
}
189189

190-
// TODO (jamesdbloom) binary test for proxying via SOCKS4/5 and HTTP CONNECT?
191-
192190
}

mockserver-netty/src/test/java/org/mockserver/netty/integration/proxy/socks/NettyHttpProxySOCKSIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
/**
5959
* @author jamesdbloom
6060
*/
61-
@SuppressWarnings("unchecked")
6261
public class NettyHttpProxySOCKSIntegrationTest {
6362

6463
private static final MockServerLogger MOCK_SERVER_LOGGER = new MockServerLogger(NettyHttpProxySOCKSIntegrationTest.class);

0 commit comments

Comments
 (0)