Home
last modified time | relevance | path

Searched refs:nextMatch (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java2283 int nextMatch = 0; in checkSchemas() local
2292 if (nextMatch < expected.length) { in checkSchemas()
2293 if (expected[nextMatch].equals(schema)) nextMatch++; in checkSchemas()
2297 assertEquals("Schemas missing ", expected.length, nextMatch); in checkSchemas()