mirror of https://github.com/apache/activemq.git
set explicit port for ldap server to correspond to client usage
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1178812 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26b69e42bf
commit
71d4e2a2aa
|
@ -44,7 +44,7 @@ import java.util.Hashtable;
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
@RunWith ( FrameworkRunner.class )
|
@RunWith ( FrameworkRunner.class )
|
||||||
@CreateLdapServer(transports = {@CreateTransport(protocol = "LDAP")})
|
@CreateLdapServer(transports = {@CreateTransport(protocol = "LDAP", port=1024)})
|
||||||
@ApplyLdifFiles(
|
@ApplyLdifFiles(
|
||||||
"test.ldif"
|
"test.ldif"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue