[java-idp-integration-tests] branch main updated: Add server hostname idp.tests.shibboleth.net to CAS tests

Tom Zeller tzeller at dragonacea.biz
Wed Jul 17 13:11:23 UTC 2024


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

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=67fa1f6d7f2792a31881ab6e1d2e09708a95dc56

The following commit(s) were added to refs/heads/main by this push:
     new 67fa1f6  Add server hostname idp.tests.shibboleth.net to CAS tests
67fa1f6 is described below

commit 67fa1f6d7f2792a31881ab6e1d2e09708a95dc56
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jul 17 08:11:12 2024 -0500

    Add server hostname idp.tests.shibboleth.net to CAS tests
---
 .../java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
index af6afb9..71352ce 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
@@ -1476,6 +1476,7 @@ public abstract class BaseIntegrationTest {
         addresses.add(secureAddress);
         addresses.add(privateAddress);
         addresses.add(privateSecureAddress);
+        addresses.add(hostname);
         if (Boolean.getBoolean("DNS")) {
             // Set up Route 53 helper if necessary
             if (route53 == null) {

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


More information about the commits mailing list