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:
Gary Tully 2011-10-04 14:25:28 +00:00
parent 26b69e42bf
commit 71d4e2a2aa
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import java.util.Hashtable;
import static org.junit.Assert.assertTrue;
@RunWith ( FrameworkRunner.class )
@CreateLdapServer(transports = {@CreateTransport(protocol = "LDAP")})
@CreateLdapServer(transports = {@CreateTransport(protocol = "LDAP", port=1024)})
@ApplyLdifFiles(
"test.ldif"
)