>  
>     @Test
>     public void testListDriveInfo() throws Exception {
>        Set<? extends DriveInfo> drives = client.listDriveInfo();
>        assertNotNull(drives);
>     }
> +   
> +   @Test
> +   public void testListStandardDriveInfo() throws Exception {
> +      Set<? extends StandardDrive> drives = client.listStandardDriveInfo();
> +      assertNotNull(drives);

See above comment

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

Reply via email to