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

/openjdk7/jdk/test/java/util/logging/bundlesearch/
H A DResourceBundleSearchTest.java58 private static int numFail = 0; field in class:ResourceBundleSearchTest
132 System.out.println("Num passed = " + numPass + " Num failed = " + numFail);
133 if (numFail > 0) {
138 throw new Exception(numFail + " out of " + (numPass + numFail)
147 numFail++;
157 numFail++;

Completed in 29 milliseconds