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

noreply at shibboleth.net noreply at shibboleth.net
Tue May 28 11:44:41 EDT 2013


Author: rdw
Date: Tue May 28 11:44:41 2013
New Revision: 4496

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4496&view=rev
Log:
Misnamed test methods

Modified:
    trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/UntargettedAttributeValueFilterTest.java

Modified: trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/UntargettedAttributeValueFilterTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/UntargettedAttributeValueFilterTest.java?rev=4496&r1=4495&r2=4496&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/UntargettedAttributeValueFilterTest.java (original)
+++ trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/UntargettedAttributeValueFilterTest.java Tue May 28 11:44:41 2013
@@ -71,7 +71,7 @@
       </code> which should return One values of eduPersonAffiliation when eduPersonAffiliation attribute has a value of "jsmith"
      * 
      */
-    @Test public void testTargettedPolicyRequirement() throws ComponentInitializationException, ResolutionException,
+    @Test public void testUntargettedPolicyRequirement() throws ComponentInitializationException, ResolutionException,
             AttributeFilteringException {
 
         final AttributeRule attributeValueFilterPolicy = new AttributeRule();
@@ -122,7 +122,7 @@
     * which should return all values of eduPersonAffiliation when any attribute has a value of "jsmith"
      * 
      */
-    @Test public void testTargettedPolicyValue() throws ComponentInitializationException, ResolutionException,
+    @Test public void testUntargettedPolicyValue() throws ComponentInitializationException, ResolutionException,
             AttributeFilteringException {
 
         final AttributeRule attributeValueFilterPolicy = new AttributeRule();



More information about the commits mailing list