Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -rada94ef2b6943fb9a2d8e59256871205a7d4c4ee -rfaa45d14b96d0433ec561a39635ad6285b1ad5e3 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision ada94ef2b6943fb9a2d8e59256871205a7d4c4ee) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision faa45d14b96d0433ec561a39635ad6285b1ad5e3) @@ -834,7 +834,7 @@ } [Test] - public void ContextMenuStrip_WithForeshoreProfile_ContextMenuItemUpdateForeshoreProfileEnabled() + public void ContextMenuStrip_WithForeshoreProfileAndChanges_ContextMenuItemUpdateForeshoreProfileEnabled() { // Setup var assessmentSectionStub = mocks.Stub(); @@ -846,6 +846,7 @@ ForeshoreProfile = new TestForeshoreProfile() } }; + calculation.InputParameters.UseBreakWater = true; var nodeData = new ClosingStructuresCalculationContext(calculation, failureMechanism, assessmentSectionStub);