> @@ -914,7 +912,7 @@ protected void tearDownContext() {
> // Destroy all nodes in the group but also make sure to destroy
> other created nodes that might not be in it.
> // The "testCreateTwoNodesWithOneSpecifiedName" creates nodes
> with an explicit name that puts them outside the group,
> // so the list of nodes should also be taken into account when
> destroying the nodes.
> - client.destroyNodesMatching(Predicates.<NodeMetadata>
> or(inGroup(group), in(nodes)));
> +
> computeService.destroyNodesMatching(Predicates.<NodeMetadata>or(inGroup(group),
> in(nodes)));
> }
> } catch (Exception e) {
>
Thanks for the cleanup!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/748/files#r30763106