[java-shib-metadata] branch main updated: Fix test depending on IdP repo.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 7 20:29:04 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=9474a6242fc765c1a581e594fd820e722b022ced
The following commit(s) were added to refs/heads/main by this push:
new 9474a6242 Fix test depending on IdP repo.
9474a6242 is described below
commit 9474a6242fc765c1a581e594fd820e722b022ced
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 7 16:29:01 2022 -0400
Fix test depending on IdP repo.
---
.../spring/metadata/DynamicHTTPMetadataProviderParserTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shib-metadata-spring/src/test/java/net/shibboleth/spring/metadata/DynamicHTTPMetadataProviderParserTest.java b/shib-metadata-spring/src/test/java/net/shibboleth/spring/metadata/DynamicHTTPMetadataProviderParserTest.java
index 66e6df44c..2ea08c33e 100644
--- a/shib-metadata-spring/src/test/java/net/shibboleth/spring/metadata/DynamicHTTPMetadataProviderParserTest.java
+++ b/shib-metadata-spring/src/test/java/net/shibboleth/spring/metadata/DynamicHTTPMetadataProviderParserTest.java
@@ -51,7 +51,7 @@ public class DynamicHTTPMetadataProviderParserTest extends AbstractMetadataParse
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 REPO_OPENSAML = "java-opensaml";
@@ -296,7 +296,7 @@ public class DynamicHTTPMetadataProviderParserTest extends AbstractMetadataParse
@Test
public void testRegex() throws Exception {
MockPropertySource propSource = singletonPropertySource(PROP_MDURL,
- RepositorySupport.buildHTTPResourceURL(REPO_IDP, "idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/$1.xml", false));
+ RepositorySupport.buildHTTPResourceURL(REPO_IDP, "shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/$1.xml", false));
final FunctionDrivenDynamicHTTPMetadataResolver resolver = getBean(FunctionDrivenDynamicHTTPMetadataResolver.class,
propSource, "dynamicRegex.xml", "beans.xml");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list