[java-identity-provider COMMIT] in /trunk/idp-profile-spring/src/test: java/net/shibboleth/idp/profile/spring/relying...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Apr 30 05:44:15 EDT 2014
Author: rdw
Date: Wed Apr 30 05:44:15 2014
New Revision: 5803
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5803&view=rev
Log:
IDP-390 re-enable failing tests
Modified:
trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupTest.java
trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party-group.xml
Modified: trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupTest.java?rev=5803&r1=5802&r2=5803&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupTest.java (original)
+++ trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupTest.java Wed Apr 30 05:44:15 2014
@@ -113,7 +113,7 @@
}
// TODO re-enable when all parsers are complete
- @Test(enabled = false) public void relyingPartyConfig() throws ResolverException, FileNotFoundException, IOException {
+ @Test(enabled = true) public void relyingPartyConfig() throws ResolverException, FileNotFoundException, IOException {
GenericApplicationContext context = getContext("beans.xml", "relying-party-group.xml");
DefaultRelyingPartyConfigurationResolver resolver =
@@ -137,7 +137,7 @@
// TODO - more testing
}
- @Test(enabled = false) public void metadataConfig() throws ResolverException, FileNotFoundException, IOException {
+ @Test(enabled = true) public void metadataConfig() throws ResolverException, FileNotFoundException, IOException {
GenericApplicationContext context = getContext("beans.xml", "relying-party-group.xml");
final Collection<RelyingPartyMetadataProvider> metadataProviders =
context.getBeansOfType(RelyingPartyMetadataProvider.class).values();
@@ -149,7 +149,7 @@
}
- @Test(enabled = false) public void relyingPartyService() throws ResolverException, FileNotFoundException,
+ @Test(enabled = true) public void relyingPartyService() throws ResolverException, FileNotFoundException,
IOException {
GenericApplicationContext context = getContext("beans.xml", "services.xml");
@@ -163,7 +163,7 @@
Assert.assertNotNull(resolver.resolveSingle(ctx));
}
- @Test(enabled = false) public void metadataService() throws ResolverException, FileNotFoundException, IOException {
+ @Test(enabled = true) public void metadataService() throws ResolverException, FileNotFoundException, IOException {
GenericApplicationContext context = getContext("beans.xml", "services.xml");
final Collection<MetadataResolver> resolvers = context.getBeansOfType(MetadataResolver.class).values();
@@ -174,7 +174,7 @@
}
- @Test(enabled=false) public void relyingParty2() throws FileNotFoundException, IOException {
+ @Test public void relyingParty2() throws FileNotFoundException, IOException {
GenericApplicationContext context = getContext("relying-party-group2.xml", "beans.xml");
DefaultRelyingPartyConfigurationResolver resolver =
context.getBean(DefaultRelyingPartyConfigurationResolver.class);
@@ -201,7 +201,7 @@
Assert.assertEquals(rp.getId(), "DefaultRelyingParty");
}
- @Test(enabled=false) public void defaults() throws ResolverException, FileNotFoundException, IOException {
+ @Test public void defaults() throws ResolverException, FileNotFoundException, IOException {
GenericApplicationContext context = getContext("beans.xml", "relying-party-group.xml");
DefaultRelyingPartyConfigurationResolver resolver =
Modified: trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party-group.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party-group.xml?rev=5803&r1=5802&r2=5803&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party-group.xml (original)
+++ trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party-group.xml Wed Apr 30 05:44:15 2014
@@ -105,11 +105,11 @@
<!-- ========================================== -->
<!-- Security Configurations -->
- <!-- ==========================================
+ <!-- ========================================== -->
<security:Credential id="IdPCredential" xsi:type="security:X509Filesystem">
[... 10 lines stripped ...]
More information about the commits
mailing list