> @@ -55,7 +59,41 @@ void testDescribeInstances() {
>        for (String region : ec2Api.getConfiguredRegions()) {
>           Set<? extends Reservation<? extends RunningInstance>> allResults = 
> client.describeInstancesInRegion(region);
>           assertNotNull(allResults);
> -         assert allResults.size() >= 0 : allResults.size();
> +         assertTrue(allResults.size() >= 0);

How can a set be of a negative size?

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

Reply via email to