Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsInputTest.cs =================================================================== diff -u -r61f2445be56feb2180cb0990d8889164c17b79f0 -rdec46d5efaad5332ffb2a96e67ec11209ddc5515 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsInputTest.cs (.../GrassCoverErosionInwardsInputTest.cs) (revision 61f2445be56feb2180cb0990d8889164c17b79f0) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsInputTest.cs (.../GrassCoverErosionInwardsInputTest.cs) (revision dec46d5efaad5332ffb2a96e67ec11209ddc5515) @@ -115,7 +115,7 @@ } [Test] - public void SetForeshoreGeometry_NullRoughnessProfileSections_ThrowsArgumentNullException() + public void SetForeshoreGeometry_NullProfileSections_ThrowsArgumentNullException() { // Setup var generalInput = new GeneralGrassCoverErosionInwardsInput(); @@ -155,8 +155,8 @@ var input = new GrassCoverErosionInwardsInput(generalInput); var sections = new[] { - new RoughnessProfileSection(new Point2D(1.1, 2.2), new Point2D(3.3, 4.4), 1.1), - new RoughnessProfileSection(new Point2D(3.3, 4.4), new Point2D(5.5, 6.6), 2.2) + new ProfileSection(new Point2D(1.1, 2.2), new Point2D(3.3, 4.4)), + new ProfileSection(new Point2D(3.3, 4.4), new Point2D(5.5, 6.6)) }; // Call