> @@ -114,12 +115,24 @@ public void testListDrives() throws Exception {
> Set<String> drives = client.listDrives();
> assertNotNull(drives);
> }
> +
> + @Test
> + public void testListStandardDrives() throws Exception {
> + Set<String> drives = client.listStandardDrives();
> + assertNotNull(drives);What about seeing if it's non-empty? Or could it be empty? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/362/files#r13034008
