>  
> -         Rule newSecGroupRule = null;
> -         for(Rule sgr : securityGroup.getRules()) {
> -            if(sgr.getId().equals(rule.getId())) {
> -               newSecGroupRule = sgr;
> -               break;
> -            }
> -         }
> -         assertNotNull(newSecGroupRule, "Did not find the new rule in the 
> group.");
> +            assertEquals(securityGroup.getRules().size(), 3);

What do you mean? The error message was supposed to have been removed, as the 
default message is better.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/139/files#r17113690

Reply via email to