> @@ -68,7 +68,7 @@ private void checkOSImage(OSImage OSImage) {
> "MediaLink should be an http(s) url" + OSImage);
> }
>
> - assertTrue(locations.containsAll(OSImage.locations()), "Locations not
> in " + locations + " :" + OSImage);
> + assertTrue(locations.contains(OSImage.location()), "Locations not in
> " + locations + " :" + OSImage);check indentation --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/117/files#r22148175
