[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
Sat Jun 21 01:19:47 EDT 2014
Author: putmanb
Date: Sat Jun 21 01:19:47 2014
New Revision: 6135
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6135&view=rev
Log:
Re-enable one test that was failing due to OSJ-68/OSJ-71.
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=6135&r1=6134&r2=6135&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 Sat Jun 21 01:19:47 2014
@@ -55,8 +55,7 @@
Assert.assertEquals(Sets.newHashSet(result).size(), 0);
}
- // OSJ-71
- @Test(enabled=false) public void noSigCheck() throws IOException, ResolverException {
+ @Test public void noSigCheck() throws IOException, ResolverException {
MetadataResolver resolver =
getBean(MetadataResolver.class, true, "filter/signingCertCheck.xml", "filter/switch.xml", "beans.xml");
More information about the commits
mailing list