OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrongref
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java
221
URL
wrongRef
= new URL("http", "www.apache.org", 8080, "test2.html#BOTTOM");
227
assertFalse("Assert 3: error in equals: not same", testURL1.equals(
wrongRef
));
Completed in 115 milliseconds