[java-identity-provider COMMIT] /trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseVa...

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 16 10:41:45 EST 2015


Author: scantor
Date: Wed Dec 16 10:41:45 2015
New Revision: 8034

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8034&view=rev
Log:
Fix failing test.

Modified:
    trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java

Modified: trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java?rev=8034&r1=8033&r2=8034&view=diff
==============================================================================
--- trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java	(original)
+++ trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java	Wed Dec 16 10:41:45 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