Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs =================================================================== diff -u -r3bc137619c51529afcab45085ae338e722ff449a -rce76c64207dad09a5c183cef4f4285824dc524e4 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision 3bc137619c51529afcab45085ae338e722ff449a) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision ce76c64207dad09a5c183cef4f4285824dc524e4) @@ -587,9 +587,7 @@ var waveHeightCalculationsForSignalingNormObserver = mocks.StrictMock(); var waveHeightCalculationsForLowerLimitNormObserver = mocks.StrictMock(); var waveHeightCalculationsForFactorizedLowerLimitNormObserver = mocks.StrictMock(); - - var grassCoverErosionOutwardsLocationsObserver = mocks.StrictMock(); - + var waterLevelCalculationsForMechanismSpecificFactorizedSignalingNormObserver = mocks.StrictMock(); var waterLevelCalculationsForMechanismSpecificSignalingNormObserver = mocks.StrictMock(); var waterLevelCalculationsForMechanismSpecificLowerLimitNormObserver = mocks.StrictMock(); @@ -616,8 +614,6 @@ assessmentSection.WaveHeightCalculationsForLowerLimitNorm.Attach(waveHeightCalculationsForLowerLimitNormObserver); assessmentSection.WaveHeightCalculationsForFactorizedLowerLimitNorm.Attach(waveHeightCalculationsForFactorizedLowerLimitNormObserver); - assessmentSection.GrassCoverErosionOutwards.HydraulicBoundaryLocations.Attach(grassCoverErosionOutwardsLocationsObserver); - assessmentSection.GrassCoverErosionOutwards.WaterLevelCalculationsForMechanismSpecificFactorizedSignalingNorm.Attach(waterLevelCalculationsForMechanismSpecificFactorizedSignalingNormObserver); assessmentSection.GrassCoverErosionOutwards.WaterLevelCalculationsForMechanismSpecificSignalingNorm.Attach(waterLevelCalculationsForMechanismSpecificSignalingNormObserver); assessmentSection.GrassCoverErosionOutwards.WaterLevelCalculationsForMechanismSpecificLowerLimitNorm.Attach(waterLevelCalculationsForMechanismSpecificLowerLimitNormObserver); @@ -646,8 +642,6 @@ waveHeightCalculationsForLowerLimitNormObserver.Expect(o => o.UpdateObserver()); waveHeightCalculationsForFactorizedLowerLimitNormObserver.Expect(o => o.UpdateObserver()); - grassCoverErosionOutwardsLocationsObserver.Expect(o => o.UpdateObserver()); - waterLevelCalculationsForMechanismSpecificFactorizedSignalingNormObserver.Expect(o => o.UpdateObserver()); waterLevelCalculationsForMechanismSpecificSignalingNormObserver.Expect(o => o.UpdateObserver()); waterLevelCalculationsForMechanismSpecificLowerLimitNormObserver.Expect(o => o.UpdateObserver());