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

/openjdk7/jdk/test/sun/net/idn/
H A DTestStringPrep.java199 fail("Did not get expected output. Expected: "+ prettify(src)+
200 " Got: " + prettify(destStr));
212 fail("Did not get expected output. Expected: "+ prettify(src)+
213 " Got: " + prettify(destStr));
224 fail("Did not get expected output. Expected: "+ prettify(src)+
225 " Got: " + prettify(destStr));
243 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+
244 " Got: "+ prettify(output.toString()) );
259 private static String prettify(String s) { method in class:TestStringPrep

Completed in 41 milliseconds