Update comment for the failing test.
Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/commit/66ed8739 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/66ed8739 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/66ed8739 Branch: refs/heads/master Commit: 66ed8739873e543e39ed21e1220671e23eedbee2 Parents: 72473dc Author: Timur Alperovich <[email protected]> Authored: Thu Aug 20 17:31:28 2015 -0700 Committer: Timur Alperovich <[email protected]> Committed: Thu Aug 20 17:55:55 2015 -0700 ---------------------------------------------------------------------- .../GoogleCloudStorageContainerIntegrationLiveTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/66ed8739/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java ---------------------------------------------------------------------- diff --git a/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java b/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java index c129ae8..0850cd7 100644 --- a/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java +++ b/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java @@ -97,7 +97,8 @@ public class GoogleCloudStorageContainerIntegrationLiveTest extends BaseContaine @Override public void testDirectory() throws InterruptedException { - // GoogleCloudStorage does not support directories, rather it supports prefixes which look like directories. + // TODO: testDirectory fails when querying blob with name "directory/directory"; querying "directory%2Fdirectory" + // succeeds, however. I believe this is an escaping issue that should be addressed. throw new SkipException("directories are not supported in GoogleCloudStorage"); }
