Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil/TestWaveConditionsInputContext.cs =================================================================== diff -u -r510eedcefbae9aff40e2d215573588f8e40761f7 -rfd6fc8963fb4dbf6f2b5edae0991994983d6a1f6 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil/TestWaveConditionsInputContext.cs (.../TestWaveConditionsInputContext.cs) (revision 510eedcefbae9aff40e2d215573588f8e40761f7) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil/TestWaveConditionsInputContext.cs (.../TestWaveConditionsInputContext.cs) (revision fd6fc8963fb4dbf6f2b5edae0991994983d6a1f6) @@ -23,7 +23,6 @@ using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Data.DikeProfiles; -using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Revetment.Data; using Ringtoets.Revetment.Data.TestUtil; @@ -58,8 +57,7 @@ : this(wrappedData, new TestWaveConditionsCalculation(), assesmentSection, - foreshoreProfiles, - assesmentSection.HydraulicBoundaryDatabase.Locations) {} + foreshoreProfiles) {} /// /// Creates a new . @@ -68,12 +66,10 @@ /// The calculation. /// The assessment section. /// The foreshore profiles. - /// The hydraulic boundary locations. public TestWaveConditionsInputContext(WaveConditionsInput wrappedData, ICalculation calculation, IAssessmentSection assessmentSection, - IEnumerable foreshoreProfiles, - IEnumerable locations) + IEnumerable foreshoreProfiles) : base(wrappedData, calculation, assessmentSection) { ForeshoreProfiles = foreshoreProfiles;