Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/RingtoetsCommonDataSynchronizationServiceTest.cs =================================================================== diff -u -r9d8a58b3c03aaa71c5a3e69cfedd69fc7bf7eb70 -rc0532d07766ecad2566f7cfa4a97a9aeb6e8540c --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/RingtoetsCommonDataSynchronizationServiceTest.cs (.../RingtoetsCommonDataSynchronizationServiceTest.cs) (revision 9d8a58b3c03aaa71c5a3e69cfedd69fc7bf7eb70) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/RingtoetsCommonDataSynchronizationServiceTest.cs (.../RingtoetsCommonDataSynchronizationServiceTest.cs) (revision c0532d07766ecad2566f7cfa4a97a9aeb6e8540c) @@ -58,11 +58,11 @@ // Setup HydraulicBoundaryLocation location = new TestHydraulicBoundaryLocation { - DesignWaterLevelCalculation = + DesignWaterLevelCalculation1 = { Output = new TestHydraulicBoundaryLocationOutput(designWaterLevel) }, - WaveHeightCalculation = + WaveHeightCalculation1 = { Output = new TestHydraulicBoundaryLocationOutput(waveHeight) } @@ -76,8 +76,8 @@ IEnumerable affectedObjects = RingtoetsCommonDataSynchronizationService.ClearHydraulicBoundaryLocationOutput(locations); // Assert - Assert.IsFalse(location.DesignWaterLevelCalculation.HasOutput); - Assert.IsFalse(location.WaveHeightCalculation.HasOutput); + Assert.IsFalse(location.DesignWaterLevelCalculation1.HasOutput); + Assert.IsFalse(location.WaveHeightCalculation1.HasOutput); Assert.IsNaN(location.DesignWaterLevel); Assert.IsNaN(location.WaveHeight);