Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -rb1c3b9019f8f74992a7f1a681d494ae836ce4976 -r8aaa7b9a8a2826cf8da31d0fd136f2d559933afe --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision b1c3b9019f8f74992a7f1a681d494ae836ce4976) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 8aaa7b9a8a2826cf8da31d0fd136f2d559933afe) @@ -369,6 +369,21 @@ private static void ConfigureStabilityStoneCoverFailureMechanism(StabilityStoneCoverFailureMechanism failureMechanism) { + failureMechanism.ForeshoreProfiles.Add(new ForeshoreProfile( + new Point2D(2,5), new [] + { + new Point2D(1, 6), + new Point2D(8, 5), + }, new BreakWater(BreakWaterType.Caisson, 2.5), new ForeshoreProfile.ConstructionProperties + { + Name = "FP", + Orientation = 95.5, + X0 = 22.1 + })); + + failureMechanism.ForeshoreProfiles.Add(new ForeshoreProfile( + new Point2D(2,5), Enumerable.Empty(), null, new ForeshoreProfile.ConstructionProperties())); + failureMechanism.WaveConditionsCalculationGroup.Children.Add(new CalculationGroup { Name = "SSC A"