[java-identity-provider] branch maint-4 updated: Forgot to fix another test.
Scott Cantor
cantor.2 at osu.edu
Fri Jul 8 22:52:33 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=e66de82fca9c864252c63fcea8a14adc357a7465
The following commit(s) were added to refs/heads/maint-4 by this push:
new e66de82fc Forgot to fix another test.
e66de82fc is described below
commit e66de82fca9c864252c63fcea8a14adc357a7465
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 8 18:52:28 2022 -0400
Forgot to fix another test.
---
.../idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java b/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java
index 307f2e26e..6a28579e6 100644
--- a/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java
+++ b/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java
@@ -75,8 +75,8 @@ public class HTTPDataConnectorTest {
private static final String TEST_CONNECTOR_NAME = "HTTPConnector";
private static final String TEST_URL =
- RepositorySupport.buildHTTPResourceURL("java-identity-provider",
- "idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/http/test.json", false);
+ RepositorySupport.buildHTTPResourceURL("java-shib-attribute",
+ "shib-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/http/test.json", false);
private static final String SCRIPT_PATH = "/net/shibboleth/idp/attribute/resolver/impl/dc/http/";
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list