[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/attribute/encoding/Sa...
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 3 11:51:27 EDT 2013
Author: rdw
Date: Fri May 3 11:51:27 2013
New Revision: 4460
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4460&view=rev
Log:
Fix test regression introduced when the base class for the encoder was moved from SAML1 to SAML2
Modified:
trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/attribute/encoding/Saml2ScopedStringAttributeEncoderTest.java
Modified: trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/attribute/encoding/Saml2ScopedStringAttributeEncoderTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/attribute/encoding/Saml2ScopedStringAttributeEncoderTest.java?rev=4460&r1=4459&r2=4460&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/attribute/encoding/Saml2ScopedStringAttributeEncoderTest.java (original)
+++ trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/attribute/encoding/Saml2ScopedStringAttributeEncoderTest.java Fri May 3 11:51:27 2013
@@ -72,6 +72,7 @@
encoder.setName(ATTR_NAME);
encoder.setScopeDelimiter(DELIMITER);
encoder.setNamespace("NameSpace");
+ encoder.setFriendlyName("friendly");
return encoder;
}
More information about the commits
mailing list