Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r218e7a0206204401ad7fe9d94ea3532dc456f33e -r412c54c9a315e683f0cd733409f44b5b8c9d8507 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 218e7a0206204401ad7fe9d94ea3532dc456f33e) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 412c54c9a315e683f0cd733409f44b5b8c9d8507) @@ -1141,6 +1141,7 @@ }); ConfigureFailureMechanismWithHydraulicBoundaryOutput(failureMechanism); + var random = new Random(21); var calculation = new GrassCoverErosionOutwardsWaveConditionsCalculation { Name = "A", @@ -1152,7 +1153,8 @@ StepSize = WaveConditionsInputStepSize.One, LowerBoundaryWaterLevels = (RoundedDouble) 1.0, UpperBoundaryWaterLevels = (RoundedDouble) 10.0, - Orientation = (RoundedDouble) 0 + Orientation = (RoundedDouble) 0, + CategoryType = random.NextEnumValue() } }; @@ -1732,8 +1734,7 @@ var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism(); failureMechanism.WaveConditionsCalculationGroup.Attach(observer); - IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(mocks); - + var assessmentSection = new AssessmentSectionStub(); var context = new GrassCoverErosionOutwardsWaveConditionsCalculationGroupContext(failureMechanism.WaveConditionsCalculationGroup, null, failureMechanism,