Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r58294671cbbde72fff978212cf62d3ce528169bd -rab676d2163511e70dff41634d24a18e86b4248f4 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision 58294671cbbde72fff978212cf62d3ce528169bd) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision ab676d2163511e70dff41634d24a18e86b4248f4) @@ -712,7 +712,7 @@ Name = "A", InputParameters = { - HydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "nonExisting", 1, 2), + HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(), DikeProfile = new TestDikeProfile() } }); @@ -721,7 +721,7 @@ Name = "B", InputParameters = { - HydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "nonExisting", 1, 2), + HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(), DikeProfile = new TestDikeProfile() } }); @@ -791,7 +791,7 @@ Name = "A", InputParameters = { - HydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "nonExisting", 1, 2), + HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(), DikeProfile = new TestDikeProfile() } }); @@ -800,7 +800,7 @@ Name = "B", InputParameters = { - HydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "nonExisting", 1, 2), + HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(), DikeProfile = new TestDikeProfile() } });