andrewgaul commented on this pull request.


> @@ -595,6 +596,32 @@ public void testListMarkerPrefix() throws Exception {
       }
    }
 
+   /** Test that listing with an empty string for prefix and delimiter returns 
all of the keys. */
+   @Test(groups = {"integration", "live"})
+   public void testListEmptyPrefixDelimiter() throws Exception {
+      final String container = getContainerName();
+      BlobStore blobStore = view.getBlobStore();
+
+      try {
+         blobStore.createContainerInLocation(null, container);

This should be outside the `try` block so that a failed call to 
`createContainerInLocation` does not return a bogus container in the `finally` 
block.

-- 
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/1121#pullrequestreview-53940390

Reply via email to