Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/LocationsViewSynchronizationTester.cs =================================================================== diff -u -r61ec7f61542fbcb75392332755c5770ecea8d3a5 -rc0532d07766ecad2566f7cfa4a97a9aeb6e8540c --- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/LocationsViewSynchronizationTester.cs (.../LocationsViewSynchronizationTester.cs) (revision 61ec7f61542fbcb75392332755c5770ecea8d3a5) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/LocationsViewSynchronizationTester.cs (.../LocationsViewSynchronizationTester.cs) (revision c0532d07766ecad2566f7cfa4a97a9aeb6e8540c) @@ -105,8 +105,8 @@ locations.ForEach(loc => { - loc.DesignWaterLevelCalculation.Output = null; - loc.WaveHeightCalculation.Output = null; + loc.DesignWaterLevelCalculation1.Output = null; + loc.WaveHeightCalculation1.Output = null; loc.NotifyObservers(); }); } @@ -116,8 +116,8 @@ ObservableList locations = GetLocationsInView(view); HydraulicBoundaryLocation hydraulicBoundaryLocation = locations.First(); - hydraulicBoundaryLocation.DesignWaterLevelCalculation.Output = new TestHydraulicBoundaryLocationOutput(new TestGeneralResultSubMechanismIllustrationPoint()); - hydraulicBoundaryLocation.WaveHeightCalculation.Output = new TestHydraulicBoundaryLocationOutput(new TestGeneralResultSubMechanismIllustrationPoint()); + hydraulicBoundaryLocation.DesignWaterLevelCalculation1.Output = new TestHydraulicBoundaryLocationOutput(new TestGeneralResultSubMechanismIllustrationPoint()); + hydraulicBoundaryLocation.WaveHeightCalculation1.Output = new TestHydraulicBoundaryLocationOutput(new TestGeneralResultSubMechanismIllustrationPoint()); hydraulicBoundaryLocation.NotifyObservers(); }