[java-opensaml] 01/02: IDP-1380 - Move tests over to new CA root
Scott Cantor
cantor.2 at osu.edu
Wed Dec 26 10:36:15 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor 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=75271d37444f22ad5abf76a223de23898e6eccdf
commit 75271d37444f22ad5abf76a223de23898e6eccdf
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 5660753..7700df7 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
@@ -216,11 +216,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