Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -rdceba6b3e14e5a6da00dfb14cb90e2e1961257f2 -r056c24804fa3267952bebae1f58705bf45338b07 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision dceba6b3e14e5a6da00dfb14cb90e2e1961257f2) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 056c24804fa3267952bebae1f58705bf45338b07) @@ -655,6 +655,9 @@ { failureMechanism.GeneralInput.N = 15; + failureMechanism.HydraulicBoundaryLocations.Add(new HydraulicBoundaryLocation(0, "HL 1", 100, 200)); + failureMechanism.HydraulicBoundaryLocations.Add(new HydraulicBoundaryLocation(45, "HL 2", 123, 150)); + failureMechanism.WaveConditionsCalculationGroup.Children.Add(new CalculationGroup { Name = "GCEO A",