Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Readers/ReadGrassCoverErosionInwardsCalculationTest.cs =================================================================== diff -u -r8963d5e5c4a22feba25c4e936e6b67de7104cccd -re36b565a3ea45687ad9df471a655d2536b9d2a1a --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Readers/ReadGrassCoverErosionInwardsCalculationTest.cs (.../ReadGrassCoverErosionInwardsCalculationTest.cs) (revision 8963d5e5c4a22feba25c4e936e6b67de7104cccd) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Readers/ReadGrassCoverErosionInwardsCalculationTest.cs (.../ReadGrassCoverErosionInwardsCalculationTest.cs) (revision e36b565a3ea45687ad9df471a655d2536b9d2a1a) @@ -21,9 +21,7 @@ using System; using NUnit.Framework; -using Ringtoets.Common.IO; using Ringtoets.Common.IO.Configurations; -using Ringtoets.Common.IO.Readers; using Ringtoets.GrassCoverErosionInwards.IO.Readers; namespace Ringtoets.GrassCoverErosionInwards.IO.Test.Readers @@ -74,7 +72,7 @@ const string dikeProfileName = "name of the dike profile"; const double orientation = 1.1; const double dikeHeight = 2.2; - const ReadDikeHeightCalculationType calculationType = ReadDikeHeightCalculationType.CalculateByAssessmentSectionNorm; + const ReadSubCalculationType calculationType = ReadSubCalculationType.CalculateByAssessmentSectionNorm; const bool useBreakWater = true; const ConfigurationBreakWaterType breakWaterType = ConfigurationBreakWaterType.Wall; const double breakWaterHeight = 3.3;