Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r20c1632d35c38bd0a3e7d274c5908759754ac8f4 -r8cb270db5fbcb82f19d6f3a390f083e9e0516d8c --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs) (revision 20c1632d35c38bd0a3e7d274c5908759754ac8f4) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs) (revision 8cb270db5fbcb82f19d6f3a390f083e9e0516d8c) @@ -147,8 +147,8 @@ var calculation = new GrassCoverErosionInwardsCalculation { Output = new GrassCoverErosionInwardsOutput(0, true, new ProbabilityAssessmentOutput(0, 0, 0, 0, 0), - new TestDikeHeightAssessmentOutput(0.0), - new TestOvertoppingRateAssessmentOutput(0)) + new TestSubCalculationAssessmentOutput(0.0), + new TestSubCalculationAssessmentOutput(0)) }; var failureMechanism = new GrassCoverErosionInwardsFailureMechanism(); var calculationContext = new GrassCoverErosionInwardsCalculationContext(calculation, failureMechanism, assessmentSection); @@ -566,8 +566,8 @@ var initialOutput = new GrassCoverErosionInwardsOutput(0, true, new ProbabilityAssessmentOutput(double.NaN, double.NaN, double.NaN, double.NaN, double.NaN), - new TestDikeHeightAssessmentOutput(double.NaN), - new TestOvertoppingRateAssessmentOutput(double.NaN)); + new TestSubCalculationAssessmentOutput(double.NaN), + new TestSubCalculationAssessmentOutput(double.NaN)); var calculation = new GrassCoverErosionInwardsCalculation { Output = initialOutput,