[java-idp-integration-tests] branch master updated: Use StartTLS with the InMemoryDirectory.
Daniel Fisher
dfisher at vt.edu
Wed Jan 18 00:40:44 EST 2017
This is an automated email from the git hooks/post-receive script.
dfisher 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=765358114c3bbfbf422af806dfd7f19bb996e5e6
The following commit(s) were added to refs/heads/master by this push:
new 7653581 Use StartTLS with the InMemoryDirectory.
7653581 is described below
commit 765358114c3bbfbf422af806dfd7f19bb996e5e6
Author: Daniel Fisher <dfisher at gmail.com>
AuthorDate: Wed Jan 18 00:40:26 2017 -0500
Use StartTLS with the InMemoryDirectory.
---
src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 5f011eb..ed7527c 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -710,16 +710,6 @@ public abstract class BaseIntegrationTest
}
/**
- * Do not use STARTTLS for LDAP connection to test in-memory directory server.
- *
- * @throws Exception
- */
- @BeforeClass(dependsOnMethods = {"setUpIdPPaths"})
- public void disableLDAPSTARTTLS() throws Exception {
- replaceLDAPProperty("idp.authn.LDAP.useStartTLS", "false");
- }
-
- /**
* Start the web driver.
*
* If the test is local, as defined by {@link #isLocal()}, then start a {@link HtmlUnitDriver}. Otherwise, start a
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list