[java-identity-provider] branch maint-4 updated: Point tests at new locatioons of test files for life of V4 codebase.
Scott Cantor
cantor.2 at osu.edu
Fri Jul 8 19:33:32 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=f0f1146ee1b57d0db4e14cc29c3ad1c59dccb63e
The following commit(s) were added to refs/heads/maint-4 by this push:
new f0f1146ee Point tests at new locatioons of test files for life of V4 codebase.
f0f1146ee is described below
commit f0f1146ee1b57d0db4e14cc29c3ad1c59dccb63e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 8 15:33:25 2022 -0400
Point tests at new locatioons of test files for life of V4 codebase.
---
.../resolver/spring/dc/http/HTTPDataConnectorParserTest.java | 4 ++--
.../relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
index bfebed3a0..86af34ad0 100644
--- a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
+++ b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
@@ -53,8 +53,8 @@ import net.shibboleth.utilities.java.support.test.repository.RepositorySupport;
public class HTTPDataConnectorParserTest {
private static final String TEST_URL =
- RepositorySupport.buildHTTPSResourceURL("java-identity-provider",
- "idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/http/test.json");
+ RepositorySupport.buildHTTPSResourceURL("java-shib-attribute",
+ "shib-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/http/test.json");
private static final String SCRIPT_PATH = "/net/shibboleth/idp/attribute/resolver/impl/dc/http/";
diff --git a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java
index 86bacf734..c712f8011 100644
--- a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java
+++ b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java
@@ -50,7 +50,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";
@@ -295,7 +295,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