[java-identity-provider COMMIT] /branches/3.2/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestRes...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Dec 18 21:16:16 EST 2015
Author: tzeller
Date: Fri Dec 18 21:16:16 2015
New Revision: 8050
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8050&view=rev
Log:
IDP-805 : Fix failing test.
Backport of r8034.
Modified:
branches/3.2/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java
Modified: branches/3.2/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java?rev=8050&r1=8049&r2=8050&view=diff
==============================================================================
--- branches/3.2/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java (original)
+++ branches/3.2/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java Fri Dec 18 21:16:16 2015
@@ -163,7 +163,7 @@
eduPersonScopedAffiliationAttribute.setFriendlyName("eduPersonScopedAffiliation");
final XSAny eduPersonScopedAffiliationAttributeValue =
new XSAnyBuilder().buildObject(AttributeValue.DEFAULT_ELEMENT_NAME);
- eduPersonScopedAffiliationAttributeValue.setTextContent("member");
+ eduPersonScopedAffiliationAttributeValue.setTextContent("member at example.org");
eduPersonScopedAffiliationAttribute.getAttributeValues().add(eduPersonScopedAffiliationAttributeValue);
expectedAttributes = new ArrayList<>();
More information about the commits
mailing list