> + for (Method m : methods) {
> + System.out.println(m.getName());
> + }
> +
> + /*
> + * Check request
> + */
> + assertThat(server.getRequestCount()).isEqualTo(2);
> + assertAuthentication(server);
> + assertRequest(server.takeRequest(), "GET", BASE_URI +
> "/stacks/simple_stack/3095aefc-09fb-4bc7-b1f0-f21a304e864c");
> +
> + /*
> + * Check response
> + */
> + assertThat(stack).isNotNull();
> + //assertThat(stacks.size()).isEqualTo(1);
Commented? Remove it?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/159/files#r21987518