> @@ -92,6 +92,16 @@ protected void checkUserMetadataContains(NodeMetadata 
> node, ImmutableMap<String,
>        }
>     }
>  
> +   @Override
> +   protected void checkTagsInNodeEquals(NodeMetadata node, 
> ImmutableSet<String> tags) {
> +      if (view.unwrapApi(EC2Api.class).getTagApi().isPresent()) {
> +         super.checkTagsInNodeEquals(node, tags);
> +      } else {
> +         assertTrue(node.getTags().isEmpty(), "not expecting tags when tag 
> extension isn't present" + node);

Need a space or other separator after `present`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/154/files#r6591308

Reply via email to