Update comment for the failing test.

Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/e2225678
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/e2225678
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/e2225678

Branch: refs/heads/master
Commit: e22256782123590686f2358677b9fd8f49812dab
Parents: 25cb06c
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/blob/e2225678/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java
----------------------------------------------------------------------
diff --git 
a/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java
 
b/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java
index c129ae8..0850cd7 100644
--- 
a/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java
+++ 
b/providers/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");
    }
 

Reply via email to