[java-shib-attribute] branch main updated: Fix test file location.

Scott Cantor cantor.2 at osu.edu
Thu Jul 7 20:32:13 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=9e32c4504a7b9e2907dbb29982b936151e8ca546

The following commit(s) were added to refs/heads/main by this push:
     new 9e32c4504 Fix test file location.
9e32c4504 is described below

commit 9e32c4504a7b9e2907dbb29982b936151e8ca546
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 7 16:32:10 2022 -0400

    Fix test file location.
---
 .../resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java
index ea94a7d8b..f4807cb31 100644
--- a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java
+++ b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java
@@ -52,8 +52,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/";
     

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list