>              ImmutableSet<SecurityGroup> result = 
> ImmutableSet.copyOf(client.describeSecurityGroupsInRegion(region,
> -                  group.getName()));
> +                    group.getName()));
> +            // the above command has a chance of returning less groups than 
> the original
> +            assertTrue(expected.containsAll(result));

Add message?

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

Reply via email to