> @@ -39,11 +39,11 @@ public CloudServersUSTemplateBuilderLiveTest() {
>  
>     @Test
>     public void testTemplateBuilder() {
> -      Template defaultTemplate = 
> this.view.getComputeService().templateBuilder().build();
> +      Template defaultTemplate = 
> this.view.getComputeService().templateBuilder().imageNameMatches(".*Ubuntu 
> 14\\.10.*").build();

Absolutely :) The important thing is to make sure there are no args to the 
template builder in this test. Thanks!

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

Reply via email to