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:
James Strachan 2006-04-06 21:24:58 +00:00
parent d724f9ed4d
commit 68779c0aa5
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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;