Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs =================================================================== diff -u -r764734654afcbed716109739b89a1da51942303b -r2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs (.../RingtoetsProjectTestHelperTest.cs) (revision 764734654afcbed716109739b89a1da51942303b) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs (.../RingtoetsProjectTestHelperTest.cs) (revision 2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8) @@ -382,7 +382,7 @@ Assert.AreEqual(CalculationConvergence.NotCalculated, output.CalculationConvergence); } - private static void AssertGeneralResultSubMechanismIllustrationPoint(GeneralResultSubMechanismIllustrationPoint generalResult) + private static void AssertGeneralResultSubMechanismIllustrationPoint(GeneralResult generalResult) { WindDirection actualGoverningWindDirection = generalResult.GoverningWindDirection; Assert.AreEqual("SSE", actualGoverningWindDirection.Name); @@ -394,7 +394,7 @@ Assert.AreEqual(13, stochast.Duration, stochast.Duration.GetAccuracy()); TopLevelSubMechanismIllustrationPoint actualTopLevelSubMechanismIllustrationPoint = - generalResult.TopLevelSubMechanismIllustrationPoints.Single(); + generalResult.TopLevelIllustrationPoints.Single(); Assert.AreEqual("Closing situation", actualTopLevelSubMechanismIllustrationPoint.ClosingSituation); Assert.AreEqual("60", actualTopLevelSubMechanismIllustrationPoint.WindDirection.Name); Assert.AreEqual(60, actualTopLevelSubMechanismIllustrationPoint.WindDirection.Angle,