Merge branch 'develop' into chore/exercise-groups-client-migration #1229
check-aeolus-scripts.yml
on: push
Check if windfiles and scripts match
56s
Annotations
3 errors
test#L0
Junit Results ran 8392 in 1233.9979999999994 seconds 0 Errored, 1 Failed, 0 Skipped
|
testGetLearningObjectsForCompetencyMultipleObjects():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/atlas/learningpath/LearningPathIntegrationTest.java#L696
Junit test testGetLearningObjectsForCompetencyMultipleObjects() failed java.lang.AssertionError:
Expecting actual:
[LearningPathNavigationObjectDTO[id=773, completed=false, name=8ce0fc24-33e3-4789-b24d-c6c1a22982f3, competencyId=305, type=EXERCISE, unreleased=false],
LearningPathNavigationObjectDTO[id=774, completed=true, name=006288f3-7864-426b-975b-418c4afbe436, competencyId=305, type=EXERCISE, unreleased=false],
LearningPathNavigationObjectDTO[id=775, completed=true, name=53e0ab85-ae56-4656-bfaf-3369e95177c8, competencyId=305, type=EXERCISE, unreleased=false]]
to contain exactly in any order:
[LearningPathNavigationObjectDTO[id=773, completed=true, name=8ce0fc24-33e3-4789-b24d-c6c1a22982f3, competencyId=305, type=EXERCISE, unreleased=false],
LearningPathNavigationObjectDTO[id=774, completed=true, name=006288f3-7864-426b-975b-418c4afbe436, competencyId=305, type=EXERCISE, unreleased=false],
LearningPathNavigationObjectDTO[id=775, completed=true, name=53e0ab85-ae56-4656-bfaf-3369e95177c8, competencyId=305, type=EXERCISE, unreleased=false]]
elements not found:
[LearningPathNavigationObjectDTO[id=773, completed=true, name=8ce0fc24-33e3-4789-b24d-c6c1a22982f3, competencyId=305, type=EXERCISE, unreleased=false]]
and elements not expected:
[LearningPathNavigationObjectDTO[id=773, completed=false, name=8ce0fc24-33e3-4789-b24d-c6c1a22982f3, competencyId=305, type=EXERCISE, unreleased=false]]
|
de.tum.cit.aet.artemis.atlas.learningpath.LearningPathIntegrationTest ► testGetLearningObjectsForCompetencyMultipleObjects():
src/test/java/de/tum/cit/aet/artemis/atlas/learningpath/LearningPathIntegrationTest.java#L719
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.atlas.learningpath.LearningPathIntegrationTest.xml
Error:
java.lang.AssertionError:
|