> +            expected = byteSource.openStream();
> +            assertThat(actual).hasContentEqualTo(expected);
> +         } finally {
> +            Closeables2.closeQuietly(expected);
> +            Closeables2.closeQuietly(actual);
> +         }
> +      } finally {
> +         if (uploadFile != null) {
> +            objectApi.deleteFileVersion(uploadFile.fileName(), 
> uploadFile.fileId());
> +         }
> +         bucketApi.deleteBucket(response.bucketId());
> +      }
> +   }
> +
> +   @Test(groups = "live")
> +   public void testDownloadFileByNameNonExistent() throws Exception {

Removed.

---
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/276/files/d27eef19e1ef39d560170786aa7a9ef1f711b71b#r66381888

Reply via email to