Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsInputContextPropertiesTest.cs =================================================================== diff -u -ra66bb42a5a04f43996835e328f0b9311d8394b29 -r3d6119b921ede5e5eea3de083a17a26f12ffa447 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsInputContextPropertiesTest.cs (.../GrassCoverErosionInwardsInputContextPropertiesTest.cs) (revision a66bb42a5a04f43996835e328f0b9311d8394b29) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsInputContextPropertiesTest.cs (.../GrassCoverErosionInwardsInputContextPropertiesTest.cs) (revision 3d6119b921ede5e5eea3de083a17a26f12ffa447) @@ -156,9 +156,7 @@ } [Test] - public void SetProperties_IndividualProperties_UpdateDataAndNotifyObservers([Values(DikeHeightCalculationType.CalculateByAssessmentSectionNorm, - DikeHeightCalculationType.CalculateByProfileSpecificRequiredProbability, - DikeHeightCalculationType.NoCalculation)] DikeHeightCalculationType dikeHeightCalculationType) + public void SetProperties_IndividualProperties_UpdateDataAndNotifyObservers() { // Setup var observerMock = mockRepository.StrictMock(); @@ -181,6 +179,7 @@ var newOrientation = new RoundedDouble(2, 5); var newSelectableHydraulicBoundaryLocation = new SelectableHydraulicBoundaryLocation( new HydraulicBoundaryLocation(0, "name", 0.0, 1.1), null); + DikeHeightCalculationType dikeHeightCalculationType = DikeHeightCalculationType.CalculateByProfileSpecificRequiredProbability; // Call properties.DikeProfile = newDikeProfile;