Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r4f2904ef28c50aef5b755ff4b6ef74c976995f7f -r49084c971c0de5668befdcf5c8d6b65debf0b659 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 4f2904ef28c50aef5b755ff4b6ef74c976995f7f) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 49084c971c0de5668befdcf5c8d6b65debf0b659) @@ -347,7 +347,7 @@ { Children = { - new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new NormProbabilityInput()) + new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new ProbabilityAssessmentInput()) } }; @@ -388,7 +388,7 @@ { Children = { - new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new NormProbabilityInput()) + new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new ProbabilityAssessmentInput()) } }; @@ -399,7 +399,7 @@ })); failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation( new GeneralHeightStructuresInput(), - new NormProbabilityInput())); + new ProbabilityAssessmentInput())); var assessmentSectionMock = mocks.StrictMock(); assessmentSectionMock.Stub(asm => asm.HydraulicBoundaryDatabase).Return(null); @@ -442,7 +442,7 @@ { Children = { - new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new NormProbabilityInput()) + new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new ProbabilityAssessmentInput()) } }; @@ -453,7 +453,7 @@ })); failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation( new GeneralHeightStructuresInput(), - new NormProbabilityInput())); + new ProbabilityAssessmentInput())); var assessmentSectionMock = mocks.StrictMock(); assessmentSectionMock.Stub(asm => asm.HydraulicBoundaryDatabase).Return(new HydraulicBoundaryDatabase()); @@ -497,7 +497,7 @@ { Children = { - new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new NormProbabilityInput()) + new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new ProbabilityAssessmentInput()) } }; @@ -516,7 +516,7 @@ })); failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation( new GeneralHeightStructuresInput(), - new NormProbabilityInput())); + new ProbabilityAssessmentInput())); var assessmentSectionMock = mocks.StrictMock(); assessmentSectionMock.Stub(asm => asm.HydraulicBoundaryDatabase).Return(hydraulicBoundaryDatabase); @@ -564,7 +564,7 @@ new Point2D(0, 0) })); - failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new NormProbabilityInput()) + failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new ProbabilityAssessmentInput()) { Name = "A", InputParameters = @@ -573,7 +573,7 @@ } }); - failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new NormProbabilityInput()) + failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new ProbabilityAssessmentInput()) { Name = "B", InputParameters =