Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r05013c44d1273bac219a442dc7959706c6bac715 -r3d995a76fbe93cf9801596e6b959e7f5bcde5805 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 05013c44d1273bac219a442dc7959706c6bac715) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 3d995a76fbe93cf9801596e6b959e7f5bcde5805) @@ -639,7 +639,8 @@ }; hydraulicBoundaryDatabase.Locations.Add(new HydraulicBoundaryLocation(13001, "test", 152.3, 2938.5) { - DesignWaterLevel = 12.4, + DesignWaterLevel = (RoundedDouble) 12.4, + WaveHeight = (RoundedDouble) 2.4, DesignWaterLevelCalculationConvergence = CalculationConvergence.NotCalculated, WaveHeightCalculationConvergence = CalculationConvergence.NotCalculated });