[java-opensaml] branch master updated: IDP-1380 - Move tests over to new CA root

Scott Cantor cantor.2 at osu.edu
Wed Dec 19 20:25:44 EST 2018


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

scantor 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=e0add86c8282e99147e67d2d42a6520f96fa8f11

The following commit(s) were added to refs/heads/master by this push:
       new  e0add86   IDP-1380 - Move tests over to new CA root
e0add86 is described below

commit e0add86c8282e99147e67d2d42a6520f96fa8f11
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 19 20:25:42 2018 -0500

    IDP-1380 - Move tests over to new CA root
    
    https://issues.shibboleth.net/jira/browse/IDP-1380
    
    Move test over to test.shibboleth.net vhost.
---
 .../resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 9cb6bb9..2e6dbcf 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
@@ -193,11 +193,12 @@ public class FunctionDrivenDynamicHTTPMetadataResolverTest extends XMLObjectBase
     
     @Test
     public void testWellKnownLocation() throws Exception {
-        //TODO update with permanent test target, if there is a better one.
-        String entityID = "https://issues.shibboleth.net/shibboleth";
+        String entityID = "https://test.shibboleth.net/shibboleth";
         
         HTTPEntityIDRequestURLBuilder requestURLBuilder = new HTTPEntityIDRequestURLBuilder();
         
+        httpClientBuilder.setTLSSocketFactory(HTTPMetadataResolverTest.buildTrustEngineSocketFactory(false));
+        
         resolver = new FunctionDrivenDynamicHTTPMetadataResolver(httpClientBuilder.buildClient());
         resolver.setId("myDynamicResolver");
         resolver.setParserPool(parserPool);

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


More information about the commits mailing list