[java-idp-integration-tests] 07/14: Set up endpoints after non-secure port is configured

Tom Zeller tzeller at dragonacea.biz
Thu Jun 17 13:55:51 UTC 2021


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=561941765135e0544d4f43850c3f2e3da7d0e91f

commit 561941765135e0544d4f43850c3f2e3da7d0e91f
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jun 16 21:38:20 2021 -0500

    Set up endpoints after non-secure port is configured
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 9edbace..284dbb9 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -590,7 +590,7 @@ public abstract class BaseIntegrationTest
      * 
      * @throws IOException ...
      */
-    @BeforeClass(enabled = true, dependsOnMethods = {"setUpEndpoints"}) // must run after setUpEndpoints
+    @BeforeClass(enabled = true, dependsOnMethods = {"setUpEndpoints", "setUpNonSecurePort"}) // must run after setUpEndpoints
     public void setUpJettyTestbed() throws IOException {
 
         if (pathToJettyBase == null) {

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


More information about the commits mailing list