Skip to content

Commit 97553ea

Browse files
committed
remove for spotbugs, still need it to get more test coverage...
1 parent 4f2a706 commit 97553ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/java/ch/loway/oss/ari4java/tools/http/NettyHttpClientTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ public WsClientConnection connect(final HttpResponseHandler callback, final Stri
136136
pingTimeUnit = TimeUnit.SECONDS;
137137
return connect(bootstrap, callback);
138138
}
139-
public void testWsFutureOperationComplete(ChannelFuture future) throws Exception {
140-
this.wsHandler = testHandler;
141-
wsFuture.operationComplete(future);
142-
}
139+
// public void testWsFutureOperationComplete(ChannelFuture future) throws Exception {
140+
// this.wsHandler = testHandler;
141+
// wsFuture.operationComplete(future);
142+
// }
143143
}
144144
TestNettyHttpClient client = new TestNettyHttpClient();
145145
WsClient.WsClientConnection connection = client.connect(mock(HttpResponseHandler.class), "/events", null);

0 commit comments

Comments
 (0)