> @@ -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();
Do you actually want `getScratchContainerName` or simply `getContainerName`?
The latter uses the recycled containers instead of allocating a new one.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/764/files#r32042636