trevorflanagan commented on this pull request.


> +   public void testGetOsImage() {
+      // TODO need to add a valid id for this query
+   }
+
+   @Test
+   public void testListCustomerImages() {
+      FluentIterable<CustomerImage> customerImages = 
api().listCustomerImages().concat();
+      assertNotNull(customerImages);
+      for (CustomerImage customerImage : customerImages) {
+         assertNotNull(customerImage);
+      }
+   }
+
+   @Test
+   public void testGetCustomerImage() {
+      // TODO need to add a valid id for this query

I have removed the TODO.

-- 
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/380#discussion_r110363933

Reply via email to