Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/LocationsViewTest.cs =================================================================== diff -u -ra2a3022ca8b69a87b4afde3727ebc035f132978f -r13d9407c89466e20fe912bb64d078358f8d03afc --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/LocationsViewTest.cs (.../LocationsViewTest.cs) (revision a2a3022ca8b69a87b4afde3727ebc035f132978f) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/LocationsViewTest.cs (.../LocationsViewTest.cs) (revision 13d9407c89466e20fe912bb64d078358f8d03afc) @@ -27,6 +27,7 @@ using Core.Common.Utils.Reflection; using NUnit.Extensions.Forms; using NUnit.Framework; +using Ringtoets.Common.Data.Hydraulics.IllustrationPoints; using Ringtoets.Common.Forms.Views; namespace Ringtoets.Common.Forms.Test.Views @@ -327,6 +328,11 @@ .Cast() .Select(row => row.CalculatableObject); } + + protected override GeneralResult GetGeneralIllustrationPointsResult() + { + return null; + } } } } \ No newline at end of file