[java-idp-integration-tests] 03/03: Support testing IPv6 addresses.
Tom Zeller
tzeller at dragonacea.biz
Fri Jul 8 16:14:07 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=3bfb97a1f2df7714460da149457103d33ef48dd1
commit 3bfb97a1f2df7714460da149457103d33ef48dd1
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jul 8 15:13:22 2016 -0500
Support testing IPv6 addresses.
---
.../net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java b/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java
index 368521a..196bb34 100644
--- a/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java
@@ -88,7 +88,7 @@ public abstract class AbstractSAML2IntegrationTest extends BaseIntegrationTest {
validator.spCredential = getSPCredential();
validator.authnContextClassRef = AuthnContext.PPT_AUTHN_CTX;
if (BaseIntegrationTest.isRemote()) {
- validator.subjectConfirmationDataAddressRange = IPRange.parseCIDRBlock(SAUCE_LABS_IP_RANGE);
+ validator.subjectConfirmationDataAddressRangeV4 = IPRange.parseCIDRBlock(SAUCE_LABS_IP_RANGE);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list