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

/openjdk7/jdk/test/java/net/URI/
H A DTest.java71 static final int TOSTRING = 1 << 23; field in class:Test
350 if (check1(TOSTRING))
351 check2(uri.toString(), s, TOSTRING);
666 if ((failed & TOSTRING) != 0) sb.append(" tostring");

Completed in 39 milliseconds