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

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


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

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

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

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

commit 82ac1d8b087458beb3327ae00efa454d70226271
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 62c0c4541..e3cc13700 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
@@ -83,7 +83,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 9905922c2..754e76dd1 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(
@@ -215,7 +215,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);
@@ -236,7 +236,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