[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolve...

noreply at shibboleth.net noreply at shibboleth.net
Thu Jan 29 09:31:51 EST 2015


Author: rdw
Date: Thu Jan 29 09:31:51 2015
New Revision: 7291

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7291&view=rev
Log:
Modify test comments slightly.

Modified:
    trunk/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/ad/impl/RegexAtributeTest.java

Modified: trunk/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/ad/impl/RegexAtributeTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/ad/impl/RegexAtributeTest.java?rev=7291&r1=7290&r2=7291&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/ad/impl/RegexAtributeTest.java (original)
+++ trunk/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/ad/impl/RegexAtributeTest.java Thu Jan 29 09:31:51 2015
@@ -30,7 +30,6 @@
 import net.shibboleth.idp.attribute.resolver.ResolutionException;
 import net.shibboleth.idp.attribute.resolver.ResolverPluginDependency;
 import net.shibboleth.idp.attribute.resolver.ResolverTestSupport;
-import net.shibboleth.idp.attribute.resolver.ad.impl.RegexSplitAttributeDefinition;
 import net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext;
 import net.shibboleth.idp.attribute.resolver.impl.AttributeResolverImpl;
 import net.shibboleth.idp.saml.impl.TestSources;
@@ -55,8 +54,8 @@
     private static final String TEST_ATTRIBUTE_NAME = "regex";
 
     /**
-     * Test regexp. We set up an attribute called 'at1-Connector', we throw this at 'at1-(.+)or' and look for group 1
-     * 'Connect'.
+     * Test regexp. We set up an attribute with values including one 'at1-Connector', 
+     * we throw this at 'at1-(.+)or' and look for 'Connect'.
      * 
      * @throws ResolutionException on resolution issues.
      * @throws ComponentInitializationException only if things went bad.



More information about the commits mailing list