andrewgaul commented on this pull request.
> }
+ @Test(expectedExceptions = { IllegalStateException.class })
+ public void getBlobTestFailure() {
+ blobStore.containerExists(CONTAINER_TEMP);
Sorry I don't understand. You should be able to demonstrate the utility of
this pull request by having a test which fails before your changes and succeeds
afterwards.
--
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/pull/1104#discussion_r118144464