Skip to content

Commit

Permalink
WFLY-3260 Fix WSTestCase
Browse files Browse the repository at this point in the history
- remove unnecessary classes
  • Loading branch information
bafco committed Jun 17, 2014
1 parent 04ef9e8 commit 167ce6e
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 167ce6e

Please sign in to comment.