[java-idp-integration-tests] 01/02: Revert breaking change to test "API"
Tom Zeller
tzeller at dragonacea.biz
Sat Jul 9 18:06:02 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=2bd8a9c254c46e1b7dd9565377ca5b0bb29a8024
commit 2bd8a9c254c46e1b7dd9565377ca5b0bb29a8024
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Jul 9 17:04:57 2016 -0500
Revert breaking change to test "API"
---
.../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 196bb34..368521a 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.subjectConfirmationDataAddressRangeV4 = IPRange.parseCIDRBlock(SAUCE_LABS_IP_RANGE);
+ validator.subjectConfirmationDataAddressRange = 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