Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj =================================================================== diff -u -r298af52e9de68d5beed50a88ec11be5bce1fc783 -r24e3831cb8cb0ee3b0d0c6f6cde536e3a6639391 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj (.../Ringtoets.Common.Forms.csproj) (revision 298af52e9de68d5beed50a88ec11be5bce1fc783) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj (.../Ringtoets.Common.Forms.csproj) (revision 24e3831cb8cb0ee3b0d0c6f6cde536e3a6639391) @@ -175,7 +175,6 @@ - Fisheye: Tag 24e3831cb8cb0ee3b0d0c6f6cde536e3a6639391 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Forms/Views/WaveHeightLocationRow.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Ringtoets.Common.Forms.Test.csproj =================================================================== diff -u -r298af52e9de68d5beed50a88ec11be5bce1fc783 -r24e3831cb8cb0ee3b0d0c6f6cde536e3a6639391 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Ringtoets.Common.Forms.Test.csproj (.../Ringtoets.Common.Forms.Test.csproj) (revision 298af52e9de68d5beed50a88ec11be5bce1fc783) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Ringtoets.Common.Forms.Test.csproj (.../Ringtoets.Common.Forms.Test.csproj) (revision 24e3831cb8cb0ee3b0d0c6f6cde536e3a6639391) @@ -129,7 +129,6 @@ - Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/HydraulicBoundaryLocationRowTest.cs =================================================================== diff -u -r298af52e9de68d5beed50a88ec11be5bce1fc783 -r24e3831cb8cb0ee3b0d0c6f6cde536e3a6639391 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/HydraulicBoundaryLocationRowTest.cs (.../HydraulicBoundaryLocationRowTest.cs) (revision 298af52e9de68d5beed50a88ec11be5bce1fc783) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/HydraulicBoundaryLocationRowTest.cs (.../HydraulicBoundaryLocationRowTest.cs) (revision 24e3831cb8cb0ee3b0d0c6f6cde536e3a6639391) @@ -21,9 +21,11 @@ using System; using Core.Common.Base.Geometry; +using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; +using Ringtoets.Common.Forms.TypeConverters; using Ringtoets.Common.Forms.Views; namespace Ringtoets.Common.Forms.Test.Views @@ -66,6 +68,9 @@ Assert.AreEqual(locationname, row.Name); var expectedPoint2D = new Point2D(coordinateX, coordinateY); Assert.AreEqual(expectedPoint2D, row.Location); + + TestHelper.AssertTypeConverter( + nameof(HydraulicBoundaryLocationRow.Result)); Assert.IsNaN(row.Result); Assert.AreSame(hydraulicBoundaryLocation, row.CalculatableObject); Fisheye: Tag 24e3831cb8cb0ee3b0d0c6f6cde536e3a6639391 refers to a dead (removed) revision in file `Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/WaveHeightLocationRowTest.cs'. Fisheye: No comparison available. Pass `N' to diff?