> + this.api.deleteContainerMetadata(this.getUserWorkspace(), container);
> + }
> +
> + @Override
> + public boolean createContainerInLocation(Location location, String
> container) {
> + return this.api.createContainer(this.getUserWorkspace(), container);
> + }
> +
> + @Override
> + public boolean createContainerInLocation(Location arg0, String arg1,
> CreateContainerOptions arg2) {
> + return this.createContainerInLocation(arg0, arg1);
> + }
> +
> + @Override
> + protected boolean deleteAndVerifyContainerGone(String container) {
> + return this.api.deleteContainerMetadata(this.getUserWorkspace(),
> container);
Is this verifying that the container has gone? Doesn't seem to be.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/45/files#r14715076