Searched refs:FTPTestAddress (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java84 public static String FTPTestAddress = "jcltest:jclpass@localhost"; field in class:Support_Configuration
184 value = props.get("FTPTestAddress");
186 FTPTestAddress = value;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DExcludedProxyTest.java195 URL ftpUrl = new URL("ftp://" + Support_Configuration.FTPTestAddress

Completed in 124 milliseconds