QueryResult qr = q.execute();
MockDmCollection co = new MockDmCollection(qr);
return co;
} catch (javax.jcr.RepositoryException e) {
throw new RepositoryException(e);
}
} else if (query.indexOf("return_top 1") != -1) { // WHERE clause test...
return new MockBooleanCollection(query.indexOf(TRUE_WHERE_CLAUSE) != -1);
} else if (query.indexOf("dm_group") != -1) {
// The repeating attribute i_all_user_names is modeled with