Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs =================================================================== diff -u -rfee74e8fb98844af091f9b061d9470540dfdd6f0 -r2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision fee74e8fb98844af091f9b061d9470540dfdd6f0) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision 2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8) @@ -424,9 +424,9 @@ } private static IEnumerable CreateControlItems( - GeneralResultSubMechanismIllustrationPoint generalResult) + GeneralResult generalResult) { - return generalResult.TopLevelSubMechanismIllustrationPoints + return generalResult.TopLevelIllustrationPoints .Select(topLevelIllustrationPoint => { SubMechanismIllustrationPoint illustrationPoint = topLevelIllustrationPoint.SubMechanismIllustrationPoint;