* Tests that an ignored map entry and an XML entry that returns no
* results leads to an error. It's not important which error.
*/
public void testVcWhereClause_ignoremapnoresults() {
validMap.put("where_clause", MockDmQuery.TRUE_WHERE_CLAUSE);
ConnectorFactory connectorFactory =
new WhereClauseFactory(true, MockDmQuery.FALSE_WHERE_CLAUSE);
List<String> expected = new ArrayList<String>();
Collections.addAll(expected, resources.getString("whereClauseNotUsed"),
resources.getString("additionalTooRestrictive"));