Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r45440093089496f59ed420e772136756c229e30b -rba715436cd0186ee10a1edc13d547ee27bea4c89 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision 45440093089496f59ed420e772136756c229e30b) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision ba715436cd0186ee10a1edc13d547ee27bea4c89) @@ -319,10 +319,7 @@ { Output = null }; - var foreshoreProfile = new ForeshoreProfile(new Point2D(0, 0), - Enumerable.Empty(), - new BreakWater(BreakWaterType.Caisson, 1), - new ForeshoreProfile.ConstructionProperties()); + var foreshoreProfile = new TestForeshoreProfile(new BreakWater(BreakWaterType.Caisson, 1)); var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism { @@ -382,10 +379,7 @@ { Output = new GrassCoverErosionOutwardsWaveConditionsOutput(Enumerable.Empty()) }; - var foreshoreProfile = new ForeshoreProfile(new Point2D(0, 0), - Enumerable.Empty(), - new BreakWater(BreakWaterType.Caisson, 1), - new ForeshoreProfile.ConstructionProperties()); + var foreshoreProfile = new TestForeshoreProfile(new BreakWater(BreakWaterType.Caisson, 1)); var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism {