Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs =================================================================== diff -u -rfe90a6d174a01975381e6cda55ed1f7f4e831a51 -r8b60c9e846480f3ffeeb263bfea5d3367bf6bee3 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs (.../GeneralResultFaultTreeIllustrationPointViewInfoTest.cs) (revision fe90a6d174a01975381e6cda55ed1f7f4e831a51) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs (.../GeneralResultFaultTreeIllustrationPointViewInfoTest.cs) (revision 8b60c9e846480f3ffeeb263bfea5d3367bf6bee3) @@ -140,6 +140,7 @@ { return new HeightStructuresCalculationContext( new StructuresCalculation(), + new CalculationGroup(), new HeightStructuresFailureMechanism(), new AssessmentSection(AssessmentSectionComposition.Dike)); } @@ -154,6 +155,7 @@ new StructuresCalculation() } }, + null, new HeightStructuresFailureMechanism(), new AssessmentSection(AssessmentSectionComposition.Dike)); } @@ -187,6 +189,7 @@ { return new ClosingStructuresCalculationContext( new StructuresCalculation(), + new CalculationGroup(), new ClosingStructuresFailureMechanism(), new AssessmentSection(AssessmentSectionComposition.Dike)); } @@ -201,6 +204,7 @@ new StructuresCalculation() } }, + null, new ClosingStructuresFailureMechanism(), new AssessmentSection(AssessmentSectionComposition.Dike)); } @@ -234,6 +238,7 @@ { return new StabilityPointStructuresCalculationContext( new StructuresCalculation(), + new CalculationGroup(), new StabilityPointStructuresFailureMechanism(), new AssessmentSection(AssessmentSectionComposition.Dike)); } @@ -248,6 +253,7 @@ new StructuresCalculation() } }, + null, new StabilityPointStructuresFailureMechanism(), new AssessmentSection(AssessmentSectionComposition.Dike)); }