Repository: jclouds
Updated Branches:
  refs/heads/master 58612bc47 -> 0fad16e07


Enable testListContainerMarker for Atmos

Confirmed that this passes against Atmos Online.


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

Branch: refs/heads/master
Commit: 0fad16e07f644326f08d543355aa5863a1358618
Parents: 58612bc
Author: Andrew Gaul <[email protected]>
Authored: Mon Jan 12 19:42:35 2015 -0800
Committer: Andrew Gaul <[email protected]>
Committed: Mon Jan 12 19:42:35 2015 -0800

----------------------------------------------------------------------
 .../integration/AtmosContainerIntegrationLiveTest.java          | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/0fad16e0/apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosContainerIntegrationLiveTest.java
----------------------------------------------------------------------
diff --git 
a/apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosContainerIntegrationLiveTest.java
 
b/apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosContainerIntegrationLiveTest.java
index 29e5e76..48dce51 100644
--- 
a/apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosContainerIntegrationLiveTest.java
+++ 
b/apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosContainerIntegrationLiveTest.java
@@ -30,11 +30,6 @@ public class AtmosContainerIntegrationLiveTest extends 
BaseContainerIntegrationT
       provider = "atmos";
    }
 
-   @Override
-   public void testListContainerMarker() throws InterruptedException {
-      // Not currently working https://community.emc.com/thread/100545
-   }
-   
    protected void checkMD5(BlobMetadata metadata) throws IOException {
       // atmos doesn't support MD5
       assertEquals(metadata.getContentMetadata().getContentMD5(), null);

Reply via email to