Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r25b0a55f2aeac2edab0cd8b002309a63971e1db4 -r7f8860b7aa23930fb9f49e9a28d8ebb709395cb5 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision 25b0a55f2aeac2edab0cd8b002309a63971e1db4) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision 7f8860b7aa23930fb9f49e9a28d8ebb709395cb5) @@ -801,7 +801,7 @@ } [Test] - public void ContextMenuStrip_CalculationWithForeshoreProfileAndInputOutSync_ContextMenuItemUpdateForeshoreProfileDisabledAndToolTipSet() + public void ContextMenuStrip_CalculationWithForeshoreProfileAndInputOutSync_ContextMenuItemUpdateForeshoreProfileEnabledAndToolTipSet() { // Setup var assessmentSection = mocks.Stub(); @@ -810,7 +810,7 @@ var foreshoreProfileInput = new TestForeshoreProfile(); var calculation = new StabilityStoneCoverWaveConditionsCalculation(); calculation.InputParameters.ForeshoreProfile = foreshoreProfileInput; - TestForeshoreProfile.ModifyForeshoreProfileProperties(foreshoreProfileInput); + TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); var nodeData = new StabilityStoneCoverWaveConditionsCalculationContext(calculation, failureMechanism, @@ -874,7 +874,7 @@ plugin.Gui = gui; - TestForeshoreProfile.ModifyForeshoreProfileProperties(foreshoreProfileInput); + TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); // Precondition Assert.IsFalse(calculation.InputParameters.IsForeshoreProfileInputSynchronized); @@ -949,7 +949,7 @@ plugin.Gui = gui; - TestForeshoreProfile.ModifyForeshoreProfileProperties(foreshoreProfileInput); + TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); // Precondition Assert.IsFalse(calculation.InputParameters.IsForeshoreProfileInputSynchronized);