[java-opensaml] branch main updated: Switch "non-existent" file to our test host.

Scott Cantor cantor.2 at osu.edu
Mon Nov 6 15:51:31 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=ea29452ee9b61dc468c8f2987579f23f8962246c

The following commit(s) were added to refs/heads/main by this push:
     new ea29452ee Switch "non-existent" file to our test host.
ea29452ee is described below

commit ea29452ee9b61dc468c8f2987579f23f8962246c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 10:51:28 2023 -0500

    Switch "non-existent" file to our test host.
---
 .../saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java
index 6378fffb8..4e7fc0a76 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java
@@ -79,7 +79,7 @@ public class FileBackedHTTPMetadataResolverTest extends XMLObjectBaseTestCase {
         metadataURLHttp = RepositorySupport.buildHTTPResourceURL("java-opensaml", String.format("opensaml-saml-impl/src/test/resources/%s", relativeMDResource), false);
         
         entityID = "https://www.example.org/sp";
-        badMDURL = "http://www.opensaml.org/foo/bar/baz/samlmd";
+        badMDURL = "http://test.shibboleth.net/foo/bar/baz/samlmd";
         backupFilePath = System.getProperty("java.io.tmpdir") + System.getProperty("file.separator") 
                 + "filebacked-http-metadata.xml";
         backupFile = new File(backupFilePath);

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


More information about the commits mailing list