Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r25b0a55f2aeac2edab0cd8b002309a63971e1db4 -r7f8860b7aa23930fb9f49e9a28d8ebb709395cb5 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 25b0a55f2aeac2edab0cd8b002309a63971e1db4) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 7f8860b7aa23930fb9f49e9a28d8ebb709395cb5) @@ -939,7 +939,7 @@ } [Test] - public void ContextMenuStrip_CalculationWithForeshoreProfileAndInputOutSync_ContextMenuItemUpdateForeshoreProfileDisabledAndToolTipSet() + public void ContextMenuStrip_CalculationWithForeshoreProfileAndInputOutSync_ContextMenuItemUpdateForeshoreProfileEnabledAndToolTipSet() { // Setup var assessmentSection = mocks.Stub(); @@ -948,7 +948,7 @@ var foreshoreProfileInput = new TestForeshoreProfile(); var calculation = new StructuresCalculation(); calculation.InputParameters.ForeshoreProfile = foreshoreProfileInput; - TestForeshoreProfile.ModifyForeshoreProfileProperties(foreshoreProfileInput); + TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); var nodeData = new HeightStructuresCalculationContext(calculation, failureMechanism, @@ -1012,7 +1012,7 @@ plugin.Gui = gui; - TestForeshoreProfile.ModifyForeshoreProfileProperties(foreshoreProfileInput); + TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); // Precondition Assert.IsFalse(calculation.InputParameters.IsForeshoreProfileInputSynchronized); @@ -1087,7 +1087,7 @@ plugin.Gui = gui; - TestForeshoreProfile.ModifyForeshoreProfileProperties(foreshoreProfileInput); + TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); // Precondition Assert.IsFalse(calculation.InputParameters.IsForeshoreProfileInputSynchronized);