[java-opensaml] branch master updated: OSJ-311: Migrate tests accessing shibboleth.net to test.shibboleth.net

Brent Putman putmanb at georgetown.edu
Fri May 29 00:24:25 UTC 2020


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=b845c9906cfea4f45da698b9e9b59744ac3ac975

The following commit(s) were added to refs/heads/master by this push:
       new  b845c9906 OSJ-311: Migrate tests accessing shibboleth.net to test.shibboleth.net
b845c9906 is described below

commit b845c9906cfea4f45da698b9e9b59744ac3ac975
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu May 28 20:22:30 2020 -0400

    OSJ-311: Migrate tests accessing shibboleth.net to test.shibboleth.net
---
 .../resolver/impl/AbstractDynamicHTTPMetadataResolverTest.java      | 2 +-
 .../impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/AbstractDynamicHTTPMetadataResolverTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/AbstractDynamicHTTPMetadataResolverTest.java
index f5bf8b66e..c4b3a2d81 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/AbstractDynamicHTTPMetadataResolverTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/AbstractDynamicHTTPMetadataResolverTest.java
@@ -82,7 +82,7 @@ public class AbstractDynamicHTTPMetadataResolverTest extends XMLObjectBaseTestCa
     @Test
     public void testBasicRequest() throws ResolverException {
         // Test uses MDQ protocol
-        String baseURL = "http://shibboleth.net:9000";
+        String baseURL = "http://test.shibboleth.net:9000";
         String entityID = "https://foo1.example.org/idp/shibboleth";
         String requestURL = new MetadataQueryProtocolRequestURLBuilder(baseURL).apply(new CriteriaSet(new EntityIdCriterion(entityID)));
         
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java
index 2b6c30b10..d04826572 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java
@@ -171,7 +171,7 @@ public class FunctionDrivenDynamicHTTPMetadataResolverTest extends XMLObjectBase
     @Test
     public void testTemplateNonexistentPath() throws Exception {
         // Bad path, resulting in 404.  Should silently fail.
-        String template = "http://shibboleth.net/unittests/metadata?entityID=${entityID}";
+        String template = "http://test.shibboleth.net/unittests/metadata?entityID=${entityID}";
         String entityID = "https://www.example.org/sp";
         
         TemplateRequestURLBuilder requestURLBuilder = new TemplateRequestURLBuilder(
@@ -220,7 +220,7 @@ public class FunctionDrivenDynamicHTTPMetadataResolverTest extends XMLObjectBase
     
     @Test
     public void testMDQ() throws Exception {
-        String baseURL = "http://shibboleth.net:9000";
+        String baseURL = "http://test.shibboleth.net:9000";
         String entityID = "https://foo1.example.org/idp/shibboleth";
         
         MetadataQueryProtocolRequestURLBuilder requestURLBuilder = new MetadataQueryProtocolRequestURLBuilder(baseURL);
@@ -241,7 +241,7 @@ public class FunctionDrivenDynamicHTTPMetadataResolverTest extends XMLObjectBase
     
     @Test
     public void testMDQViaArtifact() throws Exception {
-        String baseURL = "http://shibboleth.net:9000";
+        String baseURL = "http://test.shibboleth.net:9000";
         String entityID = "https://foo1.example.org/idp/shibboleth";
         
         MetadataQueryProtocolRequestURLBuilder requestURLBuilder = new MetadataQueryProtocolRequestURLBuilder(baseURL,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list