Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r25b0a55f2aeac2edab0cd8b002309a63971e1db4 -r7f8860b7aa23930fb9f49e9a28d8ebb709395cb5 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision 25b0a55f2aeac2edab0cd8b002309a63971e1db4) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision 7f8860b7aa23930fb9f49e9a28d8ebb709395cb5) @@ -834,7 +834,7 @@ } [Test] - public void ContextMenuStrip_CalculationWithForeshoreProfileAndInputOutSync_ContextMenuItemUpdateForeshoreProfileDisabledAndToolTipSet() + public void ContextMenuStrip_CalculationWithForeshoreProfileAndInputOutSync_ContextMenuItemUpdateForeshoreProfileEnabledAndToolTipSet() { // Setup var assessmentSection = mocks.Stub(); @@ -843,7 +843,7 @@ var foreshoreProfileInput = new TestForeshoreProfile(); var calculation = new GrassCoverErosionOutwardsWaveConditionsCalculation(); calculation.InputParameters.ForeshoreProfile = foreshoreProfileInput; - TestForeshoreProfile.ModifyForeshoreProfileProperties(foreshoreProfileInput); + TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); var nodeData = new GrassCoverErosionOutwardsWaveConditionsCalculationContext(calculation, failureMechanism, @@ -907,7 +907,7 @@ plugin.Gui = guiStub; - TestForeshoreProfile.ModifyForeshoreProfileProperties(foreshoreProfileInput); + TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); // Precondition Assert.IsFalse(calculation.InputParameters.IsForeshoreProfileInputSynchronized); @@ -982,7 +982,7 @@ plugin.Gui = gui; - TestForeshoreProfile.ModifyForeshoreProfileProperties(foreshoreProfileInput); + TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); // Precondition Assert.IsFalse(calculation.InputParameters.IsForeshoreProfileInputSynchronized);