Searched refs:ipv6Host (Results 1 – 1 of 1) sorted by relevance
867 String ipv6Host = "FEDC:BA98:7654:3210:FEDC:BA98:7654:3210"; in test_getHost() local868 URL url = new URL("http", ipv6Host, -1, "myfile"); in test_getHost()869 assertEquals(("[" + ipv6Host + "]"), url.getHost()); in test_getHost()