[java-opensaml] 02/02: Retrofit test modification for older test class.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 26 10:36:16 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=55ac54ee5ccdc278b62d651714ebf0bc6ab85562
commit 55ac54ee5ccdc278b62d651714ebf0bc6ab85562
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 26 10:36:10 2018 -0500
Retrofit test modification for older test class.
---
.../resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 7700df7..4acccb1 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
@@ -220,7 +220,7 @@ public class FunctionDrivenDynamicHTTPMetadataResolverTest extends XMLObjectBase
HTTPEntityIDRequestURLBuilder requestURLBuilder = new HTTPEntityIDRequestURLBuilder();
- httpClientBuilder.setTLSSocketFactory(HTTPMetadataResolverTest.buildTrustEngineSocketFactory(false));
+ httpClientBuilder.setTLSSocketFactory(buildTrustEngineSocketFactory(false));
resolver = new FunctionDrivenDynamicHTTPMetadataResolver(httpClientBuilder.buildClient());
resolver.setId("myDynamicResolver");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list