Searched defs:url3 (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java211 URL url3; field in class:URLConnectionTest
231 url3 = new URL("http://localhost:" + port + "/test3");
232 uc3 = url3.openConnection();

Completed in 1923 milliseconds