Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r11099a0b6835599e5784af867c3ee3bf66a5fcc4 -r49084c971c0de5668befdcf5c8d6b65debf0b659 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 11099a0b6835599e5784af867c3ee3bf66a5fcc4) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 49084c971c0de5668befdcf5c8d6b65debf0b659) @@ -379,7 +379,7 @@ var guiMock = mocksRepository.StrictMock(); var failureMechanism = new HeightStructuresFailureMechanism(); failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), - new NormProbabilityInput())); + new ProbabilityAssessmentInput())); var assessmentSectionMock = mocksRepository.StrictMock(); var nodeData = new HeightStructuresFailureMechanismContext(failureMechanism, assessmentSectionMock); @@ -416,7 +416,7 @@ new Point2D(0, 0) })); failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), - new NormProbabilityInput())); + new ProbabilityAssessmentInput())); var assessmentSectionMock = mocksRepository.StrictMock(); assessmentSectionMock.Expect(asm => asm.HydraulicBoundaryDatabase).Return(null); @@ -455,7 +455,7 @@ new Point2D(0, 0) })); failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), - new NormProbabilityInput())); + new ProbabilityAssessmentInput())); var assessmentSectionMock = mocksRepository.StrictMock(); assessmentSectionMock.Stub(asm => asm.HydraulicBoundaryDatabase).Return(new HydraulicBoundaryDatabase()); @@ -496,7 +496,7 @@ new Point2D(0, 0) })); failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), - new NormProbabilityInput())); + new ProbabilityAssessmentInput())); string validFilePath = Path.Combine(testDataPath, "complete.sqlite"); @@ -548,15 +548,15 @@ }); failureMechanism.AddSection(section); - failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new NormProbabilityInput()) + failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new ProbabilityAssessmentInput()) { Name = "A", InputParameters = { HydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "nonExisting", 1, 2) } }); - failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new NormProbabilityInput()) + failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation(new GeneralHeightStructuresInput(), new ProbabilityAssessmentInput()) { Name = "B", InputParameters = @@ -607,4 +607,4 @@ private const int contextMenuCalculateAllIndex = 3; private const int contextMenuClearAllIndex = 4; } -} +} \ No newline at end of file