Author: tv
Date: Tue Jan 6 18:50:54 2015
New Revision: 1649903
URL: http://svn.apache.org/r1649903
Log:
Use util class for all naming URLs
Modified:
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java
Modified:
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java?rev=1649903&r1=1649902&r2=1649903&view=diff
==============================================================================
---
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java
(original)
+++
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java
Tue Jan 6 18:50:54 2015
@@ -144,7 +144,7 @@ public class RemoteCacheClientTester
{
service = REMOTE_CACHE_SERVICE_VAL;
}
- String registry = "//" + host + ":" + port + "/" + service;
+ String registry = RemoteUtils.getNamingURL(host, port, service);
p( "looking up server " + registry );