Skip to content

Commit

Permalink
Merge pull request #6386 from bafco/WFLY-3260
Browse files Browse the repository at this point in the history
WFLY-3260 Fix WSTestCase
  • Loading branch information
bstansberry committed Jul 11, 2014
2 parents 35eba89 + 167ce6e commit 3d5cc36
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 156 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -125,7 +125,7 @@ public void testManagementDescriptionMetrics() throws Exception {
checkCountMetric(endpointResult, managementClient.getControllerClient(), "response-count");
}
}

private void checkCountMetric(final ModelNode endpointResult, final ModelControllerClient client, final String metricName) throws IOException {
final ModelNode readAttribute = new ModelNode();
readAttribute.get(ModelDescriptionConstants.OP).set(ModelDescriptionConstants.READ_ATTRIBUTE_OPERATION);
Expand All @@ -147,7 +147,6 @@ public void testAccess() throws Exception {
Assert.assertEquals("Foo", port.echo("Foo"));
}


private String performCall(String params) throws Exception {
URL url = new URL(this.url.toExternalForm() + "ws-example/" + params);
return HttpRequest.get(url.toExternalForm(), 30, TimeUnit.SECONDS);
Expand Down

0 comments on commit 3d5cc36

Please sign in to comment.