> @@ -132,11 +138,55 @@ public void testDescribeImages() { > } > > @Test > + public void testDescribeImagesWithFilter() { > + // Just run in the first region - no need to take the time on all of > them. > + String region = getFirst(ec2Api.getConfiguredRegions(), null); > + if (region != null) {
Lemme think about that a bit. I think I just have the if statement in there for paranoia's sake, but I think you're right. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/194/files#r7505181