Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsCalculationRowTest.cs =================================================================== diff -u -rbdb9c629119758daea7b3238691c8fbb84dabd1f -r4419f1664ef681ea379cb7c39f3e2d956aebb53b --- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsCalculationRowTest.cs (.../GrassCoverErosionInwardsCalculationRowTest.cs) (revision bdb9c629119758daea7b3238691c8fbb84dabd1f) +++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsCalculationRowTest.cs (.../GrassCoverErosionInwardsCalculationRowTest.cs) (revision 4419f1664ef681ea379cb7c39f3e2d956aebb53b) @@ -167,8 +167,17 @@ public void UseBreakWaterState_AlwaysOnChange_CorrectColumnStates(bool useBreakWaterState, bool columnIsEnabled) { // Setup - var calculation = new GrassCoverErosionInwardsCalculationScenario(); - + var calculation = new GrassCoverErosionInwardsCalculationScenario + { + InputParameters = + { + DikeProfile = DikeProfileTestFactory.CreateDikeProfile(new[] + { + new Point2D(2.0, 0.0) + }, "testProfile") + } + }; + // Call var row = new GrassCoverErosionInwardsCalculationRow(calculation, new ObservablePropertyChangeHandler(calculation, new GrassCoverErosionInwardsInput())) {