Repository: cxf-fediz Updated Branches: refs/heads/master b64475085 -> e75f25ea3
Some minor changes to the LDAP system test Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/e75f25ea Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/e75f25ea Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/e75f25ea Branch: refs/heads/master Commit: e75f25ea3a57f37846788d2d21990ed9348bce07 Parents: b644750 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Oct 26 16:55:39 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Oct 26 16:55:39 2016 +0100 ---------------------------------------------------------------------- .../org/apache/cxf/fediz/integrationtests/LDAPTest.java | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e75f25ea/systests/ldap/src/test/java/org/apache/cxf/fediz/integrationtests/LDAPTest.java ---------------------------------------------------------------------- diff --git a/systests/ldap/src/test/java/org/apache/cxf/fediz/integrationtests/LDAPTest.java b/systests/ldap/src/test/java/org/apache/cxf/fediz/integrationtests/LDAPTest.java index 906d431..658dcea 100644 --- a/systests/ldap/src/test/java/org/apache/cxf/fediz/integrationtests/LDAPTest.java +++ b/systests/ldap/src/test/java/org/apache/cxf/fediz/integrationtests/LDAPTest.java @@ -76,6 +76,7 @@ import org.junit.runner.RunWith; @CreateLdapServer( transports = { @CreateTransport(protocol = "LDAP", address = "localhost") + // @CreateTransport(protocol = "LDAP", address = "localhost", port = 12345) } ) @@ -238,6 +239,14 @@ public class LDAPTest extends AbstractLdapTestUnit { public String getServletContextName() { return "fedizhelloworld"; } + + /* + @Test + public void testStart() throws Exception { + System.out.println("Sleeping..."); + Thread.sleep(5 * 60 * 1000); + } + */ @Test public void testLDAP() throws Exception {
