Repository: jclouds
Updated Branches:
  refs/heads/master 50026c8f2 -> 2df35de45


Remove nonsense check for non-existent URL

This URL does not resolve and slows integration tests.


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

Branch: refs/heads/master
Commit: 2df35de45cceadf4b2023e8e96d10d1108616007
Parents: a6337fd
Author: Andrew Gaul <[email protected]>
Authored: Sun Nov 12 17:47:22 2017 -0800
Committer: Andrew Gaul <[email protected]>
Committed: Sun Nov 12 17:51:49 2017 -0800

----------------------------------------------------------------------
 .../test/java/org/jclouds/atmos/AtmosClientLiveTest.java  | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/2df35de4/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java
----------------------------------------------------------------------
diff --git 
a/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java 
b/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java
index aef93ec..930871b 100644
--- a/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java
+++ b/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java
@@ -21,7 +21,6 @@ import static com.google.common.base.Preconditions.checkState;
 import static org.jclouds.util.Predicates2.retry;
 import static org.testng.Assert.assertEquals;
 import static org.testng.Assert.assertNull;
-import static org.testng.Assert.fail;
 
 import java.io.IOException;
 import java.lang.reflect.UndeclaredThrowableException;
@@ -285,15 +284,6 @@ public class AtmosClientLiveTest extends 
BaseBlobStoreIntegrationTest {
       assert md.getPolicyName() != null;
       assertEquals(md.getType(), FileType.REGULAR);
       assert md.getUserID() != null;
-
-      try {
-         Strings2.toStringAndClose(URI.create(
-                  "http://accesspoint.emccis.com/rest/objects/"; + 
getBlob.getSystemMetadata().getObjectID()).toURL()
-                  .openStream());
-         fail("shouldn't have worked, since it is private");
-      } catch (IOException e) {
-
-      }
    }
 
    private void replaceObject(AtmosObject object) throws Exception {

Reply via email to