Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestHydraulicBoundaryLocation.cs =================================================================== diff -u -r533cfb6b8d9c3e198204d1c6ee022b79049e6d43 -r19db52c6c2776ade0a18342b78f1d64f809ce9d7 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestHydraulicBoundaryLocation.cs (.../TestHydraulicBoundaryLocation.cs) (revision 533cfb6b8d9c3e198204d1c6ee022b79049e6d43) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestHydraulicBoundaryLocation.cs (.../TestHydraulicBoundaryLocation.cs) (revision 19db52c6c2776ade0a18342b78f1d64f809ce9d7) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using Core.Common.Base.Data; using Ringtoets.Common.Data.Hydraulics; namespace Ringtoets.Common.Data.TestUtil @@ -47,7 +46,6 @@ if (designWaterLevel.HasValue) { DesignWaterLevelOutput = new HydraulicBoundaryLocationOutput(designWaterLevel.Value, 0, 0, 0, 0, CalculationConvergence.NotCalculated); - DesignWaterLevel = (RoundedDouble) designWaterLevel.Value; } if (waveHeight.HasValue) { @@ -56,7 +54,8 @@ } /// - /// Creates a new instance of with set. + /// Creates a new instance of with + /// set. /// /// The design water level result to set in the output. /// A new . @@ -66,7 +65,8 @@ } /// - /// Creates a new instance of with set. + /// Creates a new instance of with + /// set. /// /// The waveheight result to set in the output. /// A new .