>                .build();
>  
>        ComputeService client = requestsSendResponses(requestResponseMap);
>        Template template = client.templateBuilder().build();
> -      Template toMatch = 
> client.templateBuilder().imageId(template.getImage().getId()).build();
> +      Hardware defaultSize = client.templateBuilder().build().getHardware();
> +
> +      Hardware smallest = 
> client.templateBuilder().smallest().build().getHardware();
> +      assertEquals(defaultSize, smallest);
> +
> +      Hardware fastest = 
> client.templateBuilder().fastest().build().getHardware();
> +      assertNotNull(fastest);

Honestly, it's there to make sure we can actually get it in the first place. 
There were problems that led to it just barfing when trying to get fastest.

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

Reply via email to