Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Views/WaveConditionsInputViewTest.cs =================================================================== diff -u -ra9ba8ec0cfdfc488fe5daa645e44047c056a203b -r0f52cc27207fe619f81aea263c5304fa94e1d4a8 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Views/WaveConditionsInputViewTest.cs (.../WaveConditionsInputViewTest.cs) (revision a9ba8ec0cfdfc488fe5daa645e44047c056a203b) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Views/WaveConditionsInputViewTest.cs (.../WaveConditionsInputViewTest.cs) (revision 0f52cc27207fe619f81aea263c5304fa94e1d4a8) @@ -56,26 +56,6 @@ private const int revetmentBaseChartDataIndex = 7; private const int revetmentChartDataIndex = 8; - private static IEnumerable NotifyChange - { - get - { - yield return new TestCaseData(new Action(wci => - { - var newLocation = new TestHydraulicBoundaryLocation(); - wci.HydraulicBoundaryLocation = newLocation; - wci.NotifyObservers(); - })).SetName("NotifyLocationAndWaterLevelChange"); - - yield return new TestCaseData(new Action(wci => - { - var newLocation = new TestHydraulicBoundaryLocation(); - wci.HydraulicBoundaryLocation = newLocation; - wci.NotifyObservers(); - })).SetName("NotifyLocationChange"); - } - } - [Test] public void Constructor_InputViewStyleNull_ThrowArgumentNullException() { @@ -540,8 +520,6 @@ // When assessmentLevel = (RoundedDouble) 8; - var newLocation = new TestHydraulicBoundaryLocation(); - calculation.InputParameters.HydraulicBoundaryLocation = newLocation; calculation.InputParameters.NotifyObservers(); // Then