Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r22e74c93c1d64ba15968ffd29bfdd6e1e79b84e3 -r49084c971c0de5668befdcf5c8d6b65debf0b659 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 22e74c93c1d64ba15968ffd29bfdd6e1e79b84e3) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 49084c971c0de5668befdcf5c8d6b65debf0b659) @@ -252,7 +252,7 @@ var failureMechanism = new HeightStructuresFailureMechanism(); var assessmentSectionMock = mocks.StrictMock(); var calculation = new HeightStructuresCalculation(new GeneralHeightStructuresInput(), - new NormProbabilityInput()); + new ProbabilityAssessmentInput()); var nodeData = new HeightStructuresCalculationContext(calculation, failureMechanism, assessmentSectionMock); var guiMock = mocks.StrictMock(); @@ -292,7 +292,7 @@ assessmentSectionMock.Expect(asm => asm.HydraulicBoundaryDatabase).Return(null); var calculation = new HeightStructuresCalculation(new GeneralHeightStructuresInput(), - new NormProbabilityInput()); + new ProbabilityAssessmentInput()); var nodeData = new HeightStructuresCalculationContext(calculation, failureMechanism, assessmentSectionMock); @@ -332,7 +332,7 @@ assessmentSectionMock.Stub(asm => asm.HydraulicBoundaryDatabase).Return(new HydraulicBoundaryDatabase()); var calculation = new HeightStructuresCalculation(new GeneralHeightStructuresInput(), - new NormProbabilityInput()); + new ProbabilityAssessmentInput()); var nodeData = new HeightStructuresCalculationContext(calculation, failureMechanism, assessmentSectionMock); @@ -381,7 +381,7 @@ assessmentSectionMock.Stub(asm => asm.HydraulicBoundaryDatabase).Return(hydraulicBoundaryDatabase); var calculation = new HeightStructuresCalculation(new GeneralHeightStructuresInput(), - new NormProbabilityInput()); + new ProbabilityAssessmentInput()); var nodeData = new HeightStructuresCalculationContext(calculation, failureMechanism, assessmentSectionMock); @@ -437,7 +437,7 @@ HydraulicBoundaryDatabase = hydraulicBoundaryDatabase }; var calculation = new HeightStructuresCalculation(new GeneralHeightStructuresInput(), - new NormProbabilityInput()) + new ProbabilityAssessmentInput()) { Output = new ProbabilisticOutput(double.NaN, double.NaN, double.NaN, double.NaN, double.NaN), InputParameters =