Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e -r8900f570b33f0de1a512fc5b2509771e1201672c --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision 8900f570b33f0de1a512fc5b2509771e1201672c) @@ -721,7 +721,7 @@ InputParameters = { HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(), - DikeProfile = new TestDikeProfile() + DikeProfile = DikeProfileTestFactory.CreateDikeProfile() } }); failureMechanism.CalculationsGroup.Children.Add(new GrassCoverErosionInwardsCalculation @@ -730,7 +730,7 @@ InputParameters = { HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(), - DikeProfile = new TestDikeProfile() + DikeProfile = DikeProfileTestFactory.CreateDikeProfile() } }); @@ -811,7 +811,7 @@ InputParameters = { HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(), - DikeProfile = new TestDikeProfile() + DikeProfile = DikeProfileTestFactory.CreateDikeProfile() } }); failureMechanism.CalculationsGroup.Children.Add(new GrassCoverErosionInwardsCalculation @@ -820,7 +820,7 @@ InputParameters = { HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(), - DikeProfile = new TestDikeProfile() + DikeProfile = DikeProfileTestFactory.CreateDikeProfile() } });