[java-idp-integration-tests] 02/02: IDP-1323 - Fix tests
Tom Zeller
tzeller at dragonacea.biz
Wed Oct 3 18:15:14 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=4e5fa202b0a8d6f4a5ef92df28505be52cf93563
commit 4e5fa202b0a8d6f4a5ef92df28505be52cf93563
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Oct 3 17:14:59 2018 -0500
IDP-1323 - Fix tests
By actually starting the IdP.
https://issues.shibboleth.net/jira/browse/IDP-1323
---
.../net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java b/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java
index f26d741..052b1c6 100644
--- a/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java
@@ -458,7 +458,7 @@ public abstract class AbstractSAML2IntegrationTest extends BaseIntegrationTest {
enableCustomRelyingPartyConfiguration();
- // startServer();
+ startServer();
startFlow();
@@ -511,7 +511,7 @@ public abstract class AbstractSAML2IntegrationTest extends BaseIntegrationTest {
enableCustomRelyingPartyConfiguration();
- // startServer();
+ startServer();
startFlow();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list