Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -re3f9dffa91a0def0b6e6bc7dfabef74cc64745c5 -rf9f201ed25d82301a1f9e03e909ff2b57deb7c12 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision e3f9dffa91a0def0b6e6bc7dfabef74cc64745c5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision f9f201ed25d82301a1f9e03e909ff2b57deb7c12) @@ -639,7 +639,9 @@ }; hydraulicBoundaryDatabase.Locations.Add(new HydraulicBoundaryLocation(13001, "test", 152.3, 2938.5) { - DesignWaterLevel = 12.4 + DesignWaterLevel = 12.4, + DesignWaterLevelCalculationConvergence = true, + WaveHeightCalculationConvergence = true }); return hydraulicBoundaryDatabase;