> @@ -112,12 +116,46 @@ public void
> testPublicAccessInNonDefaultLocationWithBigBlob() throws Interrupted
> runCreateContainerInLocation(payload, nonDefault);
> }
>
> + @Test(groups = "live", dependsOnMethods = "testPublicAccess")
> + public void testDelimiterList() throws InterruptedException {
> + final String containerName = getScratchContainerName();
The latter makes sense then. I was following the existing tests.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/764/files#r32043270