Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsCalculationTest.cs =================================================================== diff -u -re5b2c4a69ceb564c0455170e37eeb3024cff61fe -r4539b4546747c257739b1695b9ebc9c29e393ffe --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsCalculationTest.cs (.../GrassCoverErosionInwardsCalculationTest.cs) (revision e5b2c4a69ceb564c0455170e37eeb3024cff61fe) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsCalculationTest.cs (.../GrassCoverErosionInwardsCalculationTest.cs) (revision 4539b4546747c257739b1695b9ebc9c29e393ffe) @@ -213,10 +213,6 @@ Assert.IsTrue(inputParameters.DikeGeometry.Any()); Assert.IsTrue(inputParameters.UseForeshore); - // Hydraulic boundaries location - Assert.AreEqual("Demo", inputParameters.HydraulicBoundaryLocation.Name); - Assert.AreEqual(1300001, inputParameters.HydraulicBoundaryLocation.Id); - // Dike height var expectedDikeHeight = new RoundedDouble(inputParameters.DikeHeight.NumberOfDecimalPlaces, 10); Assert.AreEqual(expectedDikeHeight, inputParameters.DikeHeight);