[java-identity-provider COMMIT] /trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingpart...

noreply at shibboleth.net noreply at shibboleth.net
Fri Nov 6 18:45:19 EST 2015


Author: putmanb
Date: Fri Nov  6 18:45:19 2015
New Revision: 7965

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7965&view=rev
Log:
OSJ-120: On SignatureValidationFilter change 'requireSignature' to something more descriptive

Modified:
    trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/SignatureValidationParserTest.java

Modified: trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/SignatureValidationParserTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/SignatureValidationParserTest.java?rev=7965&r1=7964&r2=7965&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/SignatureValidationParserTest.java	(original)
+++ trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/SignatureValidationParserTest.java	Fri Nov  6 18:45:19 2015
@@ -115,7 +115,7 @@
         Assert.assertSame(filter.getDynamicTrustedNamesStrategy(), context.getBean("test.DynamicTrustedNamesStrategy"));
         
         // Test the other args just for the hell of it
-        Assert.assertFalse(filter.getRequireSignature());
+        Assert.assertFalse(filter.getRequireSignedRoot());
         Assert.assertSame(filter.getSignatureTrustEngine(), context.getBean("bean.pem"));
     }
 



More information about the commits mailing list