gatj98 commented on this pull request.


> +
+      assertEquals(250, operatingSystems.getPageSize());
+      assertEquals(33, operatingSystems.getTotalCount());
+      assertEquals(33, operatingSystems.getPageCount());
+      assertEquals(1, operatingSystems.getPageNumber());
+
+      Uris.UriBuilder uriBuilder = Uris
+            
.uriBuilder("/caas/2.4/6ac1e746-b1ea-4da5-a24e-caf1a978789d/infrastructure/operatingSystem");
+      uriBuilder.addQuery("datacenterId", "NA9");
+      uriBuilder.addQuery(paginationOptions.buildQueryParameters());
+      assertSent(HttpMethod.GET, uriBuilder.toString());
+   }
+
+   public void testListOperatingSystems404() {
+      server.enqueue(response404());
+      
assertTrue(api.getInfrastructureApi().listOperatingSystems("NA9").concat().isEmpty());

:+1:

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/377#discussion_r108030548

Reply via email to