Home
last modified time | relevance | path

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

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DQuery.java80 … final String[] queryNames = new String[] { "parseable", "parseable native", "unparseable" }; in testQueryColumns() local
87 for ( int i = 0; i < queryNames.length; ++i ) in testQueryColumns()
89 if (queries.hasByName(queryNames[i])) in testQueryColumns()
92 XPropertySet.class, queries.getByName( queryNames[i] ) ); in testQueryColumns()
100 …Count() + ", expected: " + expectedColumnNames[i].length + ") for query \"" + queryNames[i] + "\"", in testQueryColumns()
106 … assertTrue( "column no. " + col + " of query \"" + queryNames[i] + "\" not matching", in testQueryColumns()

Completed in 6 milliseconds