Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ForeshoreProfilePermutationHelper.cs =================================================================== diff -u -rf6a095e83280cde917062103377069ce63eefbc2 -rdc877722a168b456888f3933c89c58768a41f491 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ForeshoreProfilePermutationHelper.cs (.../ForeshoreProfilePermutationHelper.cs) (revision f6a095e83280cde917062103377069ce63eefbc2) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ForeshoreProfilePermutationHelper.cs (.../ForeshoreProfilePermutationHelper.cs) (revision dc877722a168b456888f3933c89c58768a41f491) @@ -112,13 +112,10 @@ new Point2D(1, 1) })) .SetName($"{targetName}_DifferentGeometry_{testResultDescription}"), - new TestCaseData(new TestForeshoreProfile(new BreakWater(defaultBreakWater.Type, 1 + defaultBreakWater.Height))) .SetName($"{targetName}_DifferentBreakWaterHeight_{testResultDescription}"), - new TestCaseData(new TestForeshoreProfile(new BreakWater(BreakWaterType.Caisson, defaultBreakWater.Height))) .SetName($"{targetName}_DifferentBreakWaterTypeCaisson_{testResultDescription}"), - new TestCaseData(new TestForeshoreProfile(new BreakWater(BreakWaterType.Wall, defaultBreakWater.Height))) .SetName($"{targetName}_DifferentBreakWaterTypeWall_{testResultDescription}") };