Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ViewInfos/HeightStructuresFailureMechanismResultViewInfoTest.cs =================================================================== diff -u -r94f68f51cd9b8fd8c0c162cf874ef7e4580b0ee4 -ra5bf4f56dbf07e5cf48d0b874f5d46d7d02f0dba --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ViewInfos/HeightStructuresFailureMechanismResultViewInfoTest.cs (.../HeightStructuresFailureMechanismResultViewInfoTest.cs) (revision 94f68f51cd9b8fd8c0c162cf874ef7e4580b0ee4) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ViewInfos/HeightStructuresFailureMechanismResultViewInfoTest.cs (.../HeightStructuresFailureMechanismResultViewInfoTest.cs) (revision a5bf4f56dbf07e5cf48d0b874f5d46d7d02f0dba) @@ -122,7 +122,7 @@ mocks.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var view = new HeightStructuresFailureMechanismResultView(assessmentSection, failureMechanism.SectionResults) + var view = new HeightStructuresFailureMechanismResultView(assessmentSection) { Data = failureMechanism.SectionResults }; @@ -150,7 +150,7 @@ var failureMechanism = new HeightStructuresFailureMechanism(); - var view = new HeightStructuresFailureMechanismResultView(assessmentSection, failureMechanism.SectionResults) + var view = new HeightStructuresFailureMechanismResultView(assessmentSection) { Data = failureMechanism.SectionResults }; @@ -178,7 +178,7 @@ }); mocks.ReplayAll(); - var view = new HeightStructuresFailureMechanismResultView(assessmentSection, failureMechanism.SectionResults) + var view = new HeightStructuresFailureMechanismResultView(assessmentSection) { Data = failureMechanism.SectionResults }; @@ -201,7 +201,7 @@ var failureMechanism = new HeightStructuresFailureMechanism(); - var view = new HeightStructuresFailureMechanismResultView(assessmentSection, failureMechanism.SectionResults) + var view = new HeightStructuresFailureMechanismResultView(assessmentSection) { Data = failureMechanism.SectionResults }; @@ -224,7 +224,7 @@ var failureMechanism = new HeightStructuresFailureMechanism(); - var view = new HeightStructuresFailureMechanismResultView(assessmentSection, failureMechanism.SectionResults) + var view = new HeightStructuresFailureMechanismResultView(assessmentSection) { Data = failureMechanism.SectionResults }; @@ -248,7 +248,7 @@ var failureMechanism = new HeightStructuresFailureMechanism(); var failureMechanismContext = new HeightStructuresFailureMechanismContext(failureMechanism, assessmentSection); - var view = new HeightStructuresFailureMechanismResultView(assessmentSection, failureMechanism.SectionResults) + var view = new HeightStructuresFailureMechanismResultView(assessmentSection) { Data = failureMechanism.SectionResults }; @@ -270,7 +270,7 @@ mocks.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var view = new HeightStructuresFailureMechanismResultView(assessmentSection, failureMechanism.SectionResults) + var view = new HeightStructuresFailureMechanismResultView(assessmentSection) { Data = failureMechanism.SectionResults };