> +                    .language("en")
> +                    .eula("http://www.gnu.org/copyleft/gpl.html";)
> +                    
> .iconUri(URI.create("http://www.cloudera.com/content/cloudera/en/privacy-policy.html";))
> +                    
> .smallIconUri(URI.create("http://www.cloudera.com/content/cloudera/en/privacy-policy.html";))
> +                    
> .privacyUri(URI.create("http://www.cloudera.com/content/cloudera/en/privacy-policy.html";))
> +                    .showGui(Boolean.TRUE)
> +                    .build();
> +
> +            assertEquals(api.create(params), "request-1");
> +
> +            assertSent(server, "POST", "/services/vmimages", 
> "/vmimageparams.xml");
> +        } finally {
> +            server.shutdown();
> +        }
> +    }
> +}

Add the missing mock tests: update, delete, and delete with fallback.

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

Reply via email to