Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r893c37884e74d551780cfd9cb4b9899779832650 -r889e8e4ee8267b316e00e8f8a1035c60afb200a0 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 893c37884e74d551780cfd9cb4b9899779832650) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 889e8e4ee8267b316e00e8f8a1035c60afb200a0) @@ -340,9 +340,9 @@ var designWaterLevelOutput = new HydraulicBoundaryLocationOutput(12.4, double.NaN, double.NaN, double.NaN, double.NaN, CalculationConvergence.CalculatedConverged); - designWaterLevelOutput.SetIllustrationPoints(GetConfiguredGeneralResultTopLevelSubMechanismIllustrationPoint()); + designWaterLevelOutput.SetGeneralResult(GetConfiguredGeneralResultTopLevelSubMechanismIllustrationPoint()); var waveHeightOutput = new HydraulicBoundaryLocationOutput(2.4, 0, 0, 0, 0, CalculationConvergence.CalculatedNotConverged); - waveHeightOutput.SetIllustrationPoints(GetConfiguredGeneralResultTopLevelSubMechanismIllustrationPoint()); + waveHeightOutput.SetGeneralResult(GetConfiguredGeneralResultTopLevelSubMechanismIllustrationPoint()); var hydraulicBoundaryLocationWithIllustrationPoints = new HydraulicBoundaryLocation(13002, "test2", 135.2, 5293.8) { DesignWaterLevelCalculation = @@ -428,7 +428,7 @@ random.NextDouble(), random.NextDouble(), random.NextDouble())); - output.SetIllustrationPoints(GetConfiguredGeneralResultFaultTreeIllustrationPoint()); + output.SetGeneralResult(GetConfiguredGeneralResultFaultTreeIllustrationPoint()); return output; }