Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestHydraulicBoundaryLocation.cs =================================================================== diff -u -r21247af98062ee0734c9c8a80f7dd7483463ee61 -rd31a3249d32f54af091fadacfb5a5ca59df18e29 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestHydraulicBoundaryLocation.cs (.../TestHydraulicBoundaryLocation.cs) (revision 21247af98062ee0734c9c8a80f7dd7483463ee61) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestHydraulicBoundaryLocation.cs (.../TestHydraulicBoundaryLocation.cs) (revision d31a3249d32f54af091fadacfb5a5ca59df18e29) @@ -30,18 +30,18 @@ public class TestHydraulicBoundaryLocation : HydraulicBoundaryLocation { /// + /// Creates a new instance of . + /// + public TestHydraulicBoundaryLocation() : this(null, null) {} + + /// /// Creates a new instance of /// with the given name. /// /// The name for the . public TestHydraulicBoundaryLocation(string name) : base(0, name, 0, 0) {} /// - /// Creates a new instance of . - /// - public TestHydraulicBoundaryLocation() : this(null, null) {} - - /// /// Creates a new instance of with /// set. /// @@ -55,6 +55,7 @@ DesignWaterLevelCalculation.Output = new HydraulicBoundaryLocationOutput( designWaterLevel.Value, 0, 0, 0, 0, CalculationConvergence.CalculatedConverged, null); } + if (waveHeight.HasValue) { WaveHeightCalculation.Output = new HydraulicBoundaryLocationOutput(