[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
Thu Dec 18 15:20:13 EST 2014
Author: scantor
Date: Thu Dec 18 15:20:12 2014
New Revision: 7163
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7163&view=rev
Log:
Correct for change in attribute order.
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=7163&r1=7162&r2=7163&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 Thu Dec 18 15:20:12 2014
@@ -174,8 +174,8 @@
expectedAttributes = new ArrayList<>();
expectedAttributes.add(uidAttribute);
+ expectedAttributes.add(mailAttribute);
expectedAttributes.add(eppnAttribute);
- expectedAttributes.add(mailAttribute);
expectedAttributes.add(eduPersonScopedAffiliationAttribute);
expectedDesignatedAttributes = new ArrayList<>();
More information about the commits
mailing list