checkResult(result, new Node[][]{{n1, null}, {n2, n2}});
}
public void testLeftOuterJoinWithPath() throws RepositoryException {
QueryObjectModel qom = createQuery(JOIN_TYPE_LEFT_OUTER, nodeName2);
QueryResult result = qom.execute();
checkResult(result, new Node[][]{{n1, null}, {n2, n1}});
}
public void testRightOuterJoin() throws RepositoryException {
QueryObjectModel qom = qomFactory.createQuery(