createImpact(gss, si1, p1, 100.0f);
// execute required phases
executeRequiredPhases();
new RatingsRelationCreator(gssQuery, queryResultSet, accessLayer, cacheManager, principleGoalImpactMatrix, false).runWithoutUnicaseCommand(); //works with the unadjusted rating matrix as well as the adjusted rating matrix
// check result
assertEquals(1, queryResultSet.getRatings().size());