[java-idp-integration-tests] branch master updated: IDP-465 - Fix tests when running on non-default ports

Tom Zeller tzeller at dragonacea.biz
Wed Sep 26 16:40:56 EDT 2018


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  12e7ef1   IDP-465 - Fix tests when running on non-default ports
12e7ef1 is described below

commit 12e7ef130feeacc619e4b2d478110a5b5d136a2f
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Sep 26 15:40:41 2018 -0500

    IDP-465 - Fix tests when running on non-default ports
    
    https://issues.shibboleth.net/jira/browse/IDP-465
---
 .../idp/test/saml2/SAML2AttributeQueryIntegrationTest.java     | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/test/java/net/shibboleth/idp/test/saml2/SAML2AttributeQueryIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/saml2/SAML2AttributeQueryIntegrationTest.java
index 8d49949..6f10fdd 100644
--- a/src/test/java/net/shibboleth/idp/test/saml2/SAML2AttributeQueryIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/saml2/SAML2AttributeQueryIntegrationTest.java
@@ -522,6 +522,8 @@ public class SAML2AttributeQueryIntegrationTest extends AbstractSAML2Integration
 
         getAndWaitForTestbedPage();
 
+        adjustEndpointPort();
+
         submitAttributeQueryForm();
 
         validateResponse();
@@ -604,6 +606,8 @@ public class SAML2AttributeQueryIntegrationTest extends AbstractSAML2Integration
 
         getAndWaitForTestbedPage();
 
+        adjustEndpointPort();
+
         submitAttributeQueryForm();
 
         validateErrorResponse();
@@ -660,6 +664,8 @@ public class SAML2AttributeQueryIntegrationTest extends AbstractSAML2Integration
 
         getAndWaitForTestbedPage();
 
+        adjustEndpointPort();
+
         submitAttributeQueryForm();
 
         validateResponse();
@@ -716,6 +722,8 @@ public class SAML2AttributeQueryIntegrationTest extends AbstractSAML2Integration
 
         getAndWaitForTestbedPage();
 
+        adjustEndpointPort();
+
         submitAttributeQueryForm();
 
         validateResponse();
@@ -777,6 +785,8 @@ public class SAML2AttributeQueryIntegrationTest extends AbstractSAML2Integration
 
         getAndWaitForTestbedPage();
 
+        adjustEndpointPort();
+
         submitAttributeQueryForm();
 
         validator.expectedAttributes.clear();

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


More information about the commits mailing list