Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Update tests after Async HTTP client update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Jul 9, 2015
1 parent a9f1de1 commit b70636b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 390 deletions.
2 changes: 1 addition & 1 deletion test/lib/ServerNodesTest.java
Expand Up @@ -122,7 +122,7 @@ public void testNodeObjectsRememberedByAddress() throws Exception {
@Before
public void setUp() throws Exception {
AsyncHttpClientConfig.Builder builder = new AsyncHttpClientConfig.Builder();
builder.setAllowPoolingConnection(false);
builder.setAllowPoolingConnections(false);
client = new AsyncHttpClient(builder.build());
}

Expand Down
389 changes: 0 additions & 389 deletions test/lib/StubHttpProvider.java

This file was deleted.

0 comments on commit b70636b

Please sign in to comment.