> - } > - } > - } > - > - @Test > - public void testCreateInAvailabilityZone() { > - String serverId = null; > - for (String zoneId : zones) { > - ServerApi serverApi = api.getServerApiForZone(zoneId); > - try { > - serverId = createServer(zoneId, "nova", > Server.Status.ACTIVE).getId(); > - Server server = serverApi.get(serverId); > - assertEquals(server.getStatus(), Server.Status.ACTIVE); > - } finally { > - serverApi.delete(serverId); > + @Test(description = "GET /v${apiVersion}/{tenantId}/servers")
I think this is also just identation fixes. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/313/files#r10840424