[java-shib-attribute] branch main updated: Fix another test.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 7 20:47:58 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-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=a8aafbf1afa05306b193e6c587ed398ef9bc33e8
The following commit(s) were added to refs/heads/main by this push:
new a8aafbf1a Fix another test.
a8aafbf1a is described below
commit a8aafbf1afa05306b193e6c587ed398ef9bc33e8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 7 16:47:55 2022 -0400
Fix another test.
---
.../attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/shib-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java b/shib-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java
index 9fc0f0d38..86c49fff1 100644
--- a/shib-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java
+++ b/shib-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/";
@@ -143,8 +143,8 @@ public class HTTPDataConnectorTest {
connector.setHttpClientSecurityParameters(params);
final TemplatedURLBuilder builder = new TemplatedURLBuilder();
- builder.setTemplateText(RepositorySupport.buildHTTPSResourceURL("java-identity-provider",
- "idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/http/test.json"));
+ builder.setTemplateText(RepositorySupport.buildHTTPSResourceURL("java-shib-attribute",
+ "shib-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/http/test.json"));
builder.setVelocityEngine(VelocityEngine.newVelocityEngine());
builder.setHttpClientSecurityParameters(params);
builder.initialize();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list