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

/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DISO8601ZoneTest.java197 static void badDataParsing(String fmt, String text, int expectedErrorIndex) { argument
210 if (d != null || errorIndex != expectedErrorIndex) {
212 + ", expected=" + expectedErrorIndex

Completed in 29 milliseconds