Repository: jclouds Updated Branches: refs/heads/master 7f31cd605 -> 9c82ded34
Correct comment Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/9c82ded3 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/9c82ded3 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/9c82ded3 Branch: refs/heads/master Commit: 9c82ded34387bf324d5474bf9b8fbb35193cf2f8 Parents: 7f31cd6 Author: Andrew Gaul <[email protected]> Authored: Sun Jul 27 21:25:35 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Sun Jul 27 21:25:35 2014 -0700 ---------------------------------------------------------------------- .../integration/internal/BaseContainerIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/9c82ded3/blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseContainerIntegrationTest.java ---------------------------------------------------------------------- diff --git a/blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseContainerIntegrationTest.java b/blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseContainerIntegrationTest.java index c3bdbb9..29b398c 100644 --- a/blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseContainerIntegrationTest.java +++ b/blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseContainerIntegrationTest.java @@ -311,7 +311,7 @@ public class BaseContainerIntegrationTest extends BaseBlobStoreIntegrationTest { try { assertTrue(view.getBlobStore().deleteContainerIfEmpty(containerName)); assertNotExists(containerName); - // verify that false is returned even if the container does not exist + // verify that true is returned even if the container does not exist assertTrue(view.getBlobStore().deleteContainerIfEmpty(containerName)); } finally { // this container is now deleted, so we can't reuse it directly
