[java-identity-provider] branch maint-4 updated: Fix more legacy tests.
Scott Cantor
cantor.2 at osu.edu
Fri Jul 8 23:18:30 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=600a0becd696ffa0006456bd5d5fd64e941772e6
The following commit(s) were added to refs/heads/maint-4 by this push:
new 600a0becd Fix more legacy tests.
600a0becd is described below
commit 600a0becd696ffa0006456bd5d5fd64e941772e6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 8 19:18:27 2022 -0400
Fix more legacy tests.
---
.../metadata/FileBackedHTTPMetadataProviderParserTest.java | 6 +++---
.../relyingparty/metadata/HTTPResourceConfigurationTests.java | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/FileBackedHTTPMetadataProviderParserTest.java b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/FileBackedHTTPMetadataProviderParserTest.java
index 18c6de4a4..c566895c0 100644
--- a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/FileBackedHTTPMetadataProviderParserTest.java
+++ b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/FileBackedHTTPMetadataProviderParserTest.java
@@ -36,11 +36,11 @@ public class FileBackedHTTPMetadataProviderParserTest extends AbstractMetadataPa
private static final String PROP_MDURL = "metadataURL";
- private static final String REPO_IDP = "java-identity-provider";
+ private static final String REPO_IDP = "java-shib-metadata";
- private static final String ENTITY_XML = "idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/entity.xml";
+ private static final String ENTITY_XML = "shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/entity.xml";
- private static final String ENTITIES_XML = "idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/entities.xml";
+ private static final String ENTITIES_XML = "shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/entities.xml";
@Test public void entity() throws Exception {
MockPropertySource propSource = singletonPropertySource(PROP_MDURL,
diff --git a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPResourceConfigurationTests.java b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPResourceConfigurationTests.java
index 31b52b04f..e9c4837e9 100644
--- a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPResourceConfigurationTests.java
+++ b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPResourceConfigurationTests.java
@@ -45,9 +45,9 @@ public class HTTPResourceConfigurationTests {
private static final String PROP_RESOURCE_URL = "resourceURL";
- private static final String REPO_IDP = "java-identity-provider";
+ private static final String REPO_IDP = "java-shib-metadata";
- private static final String DOC_XML = "idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/document.xml";
+ private static final String DOC_XML = "shib-metadata-spring/src/test/resources/net/shibboleth/spring/http/document.xml";
private File theDir = null;
private GenericApplicationContext theContext = null;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list