You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Phillips <no...@github.com> on 2014/04/01 13:32:59 UTC

Re: [jclouds] JCLOUDS-317: Add missing states to Nova v2 Server (#334)

> @@ -82,6 +83,42 @@ public void testListServersWhenReponseIs404IsEmpty() throws Exception {
>        assertTrue(apiWhenNoServersExist.getServerApiForZone("az-1.region-a.geo-1").list().concat().isEmpty());
>     }
>  
> +    public void testListInDetailServersWhenResponseIs2xx() throws Exception {
> +        HttpRequest listServers = HttpRequest

[minor] Indents - jclouds uses 3 spaces, this code uses 4. Could you reformat?

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