Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Plugin/ClosingStructuresPlugin.cs =================================================================== diff -u -r2b8e6d793bceb2ff20d571436dfffefae210b76a -rdad191ad1ec7648b4ead227124aa1df4b612bd45 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Plugin/ClosingStructuresPlugin.cs (.../ClosingStructuresPlugin.cs) (revision 2b8e6d793bceb2ff20d571436dfffefae210b76a) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Plugin/ClosingStructuresPlugin.cs (.../ClosingStructuresPlugin.cs) (revision dad191ad1ec7648b4ead227124aa1df4b612bd45) @@ -575,7 +575,7 @@ return new StrictContextMenuItem(RingtoetsCommonFormsResources.StructuresPlugin_CreateUpdateStructureItem_Update_all_Structures, toolTipText, RingtoetsCommonFormsResources.UpdateItemIcon, - (o, args) => { UpdateStructureDependentDataOfCalculation(calculations); }) + (o, args) => UpdateStructureDependentDataOfCalculation(calculations) ) { Enabled = contextMenuEnabled }; Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r034ce0301351fb0c587bc150782a7e7c4e2c000d -rdad191ad1ec7648b4ead227124aa1df4b612bd45 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 034ce0301351fb0c587bc150782a7e7c4e2c000d) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision dad191ad1ec7648b4ead227124aa1df4b612bd45) @@ -963,7 +963,7 @@ } [Test] - public void ContextMenuStrip_CalculationGroupWithCalculationWithStructure_ContextMenuItemUpdatStructureAllEnabledAndToolTipSet() + public void ContextMenuStrip_CalculationGroupWithCalculationWithStructure_ContextMenuItemUpdateStructureAllEnabledAndToolTipSet() { // Setup var group = new CalculationGroup Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r034ce0301351fb0c587bc150782a7e7c4e2c000d -rdad191ad1ec7648b4ead227124aa1df4b612bd45 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 034ce0301351fb0c587bc150782a7e7c4e2c000d) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision dad191ad1ec7648b4ead227124aa1df4b612bd45) @@ -1120,7 +1120,7 @@ } [Test] - public void ContextMenuStrip_CalculationGroupWithCalculationWithStructure_ContextMenuItemUpdatStructureAllEnabledAndToolTipSet() + public void ContextMenuStrip_CalculationGroupWithCalculationWithStructure_ContextMenuItemUpdateStructureAllEnabledAndToolTipSet() { // Setup var group = new CalculationGroup