Author: chirino
Date: Tue Mar 18 06:33:10 2008
New Revision: 638359

URL: http://svn.apache.org/viewvc?rev=638359&view=rev
Log:
Don't use port 6001 since that conflicts with X servers on windows.

Modified:
    
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/proxy/ProxyTestSupport.java

Modified: 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/proxy/ProxyTestSupport.java
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/proxy/ProxyTestSupport.java?rev=638359&r1=638358&r2=638359&view=diff
==============================================================================
--- 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/proxy/ProxyTestSupport.java
 (original)
+++ 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/proxy/ProxyTestSupport.java
 Tue Mar 18 06:33:10 2008
@@ -89,19 +89,19 @@
     }
 
     protected String getRemoteURI() {
-        return "tcp://localhost:7001";
+        return "tcp://localhost:6171";
     }
 
     protected String getLocalURI() {
-        return "tcp://localhost:6001";
+        return "tcp://localhost:6161";
     }
 
     protected String getRemoteProxyURI() {
-        return "tcp://localhost:7002";
+        return "tcp://localhost:6162";
     }
 
     protected String getLocalProxyURI() {
-        return "tcp://localhost:6002";
+        return "tcp://localhost:6172";
     }
 
     protected StubConnection createConnection() throws Exception {


Reply via email to