[java-shib-metadata] branch main updated: Fix project name in tests.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 29 15:46:56 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=ffa0aeb9ba70250e53b7bb44894653ad2db741e5
The following commit(s) were added to refs/heads/main by this push:
new ffa0aeb9b Fix project name in tests.
ffa0aeb9b is described below
commit ffa0aeb9ba70250e53b7bb44894653ad2db741e5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 29 11:46:53 2022 -0400
Fix project name in tests.
---
.../test/java/net/shibboleth/spring/testing/AbstractFailFastTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-metadata-spring/src/test/java/net/shibboleth/spring/testing/AbstractFailFastTest.java b/shib-metadata-spring/src/test/java/net/shibboleth/spring/testing/AbstractFailFastTest.java
index e69862880..3dda78b53 100644
--- a/shib-metadata-spring/src/test/java/net/shibboleth/spring/testing/AbstractFailFastTest.java
+++ b/shib-metadata-spring/src/test/java/net/shibboleth/spring/testing/AbstractFailFastTest.java
@@ -166,7 +166,7 @@ public class AbstractFailFastTest extends OpenSAMLInitBaseTestCase {
}
protected String makeURLPath(final String filePart) {
- return RepositorySupport.buildHTTPResourceURL("shib-metadata",
+ return RepositorySupport.buildHTTPResourceURL("java-shib-metadata",
"shib-metadata-spring/src/test/resources" + getPath() + filePart,
false);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list