mirror of https://github.com/apache/activemq.git
changed UDP port of test cases to see if this fixes the ci.gbuild.org build
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@392083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d724f9ed4d
commit
68779c0aa5
|
@ -29,7 +29,7 @@ import java.net.URI;
|
|||
*/
|
||||
public class UdpTransportTest extends UdpTestSupport {
|
||||
|
||||
protected int consumerPort = 8830;
|
||||
protected int consumerPort = 9123;
|
||||
protected String producerURI = "udp://localhost:" + consumerPort;
|
||||
|
||||
protected Transport createProducer() throws Exception {
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.net.URI;
|
|||
*/
|
||||
public class UdpTransportUsingServerTest extends UdpTestSupport {
|
||||
|
||||
protected int consumerPort = 8830;
|
||||
protected int consumerPort = 9123;
|
||||
protected String producerURI = "udp://localhost:" + consumerPort;
|
||||
protected String serverURI = producerURI;
|
||||
|
||||
|
|
Loading…
Reference in New Issue