result.addTask(tasks[0]);
result.addResult(tasks[0], ref);
other.addTask(tasks[0]);
other.addTask(tasks[1]);
other.addResult(tasks[0], conflict);
other.addResult(tasks[1], new ReferenceReturnType());
result.combine(other, false);
assertNotNull("Result became null", result);