Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -rf8732f8bbec8b197d9bc91e91d27e0c9d20b4ed3 -rc2f37ea8bfc69b7faf9ceb42adab29b658599af9 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision f8732f8bbec8b197d9bc91e91d27e0c9d20b4ed3) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision c2f37ea8bfc69b7faf9ceb42adab29b658599af9) @@ -289,7 +289,7 @@ } [Test] - public void ContextMenuStrip_CalculationWithoutStructure_ContextMenuItemUpdateStructureDisabled() + public void ContextMenuStrip_CalculationWithoutStructure_ContextMenuItemUpdateStructureDisabledAndToolTipSet() { // Setup var assessmentSection = mocks.Stub(); @@ -320,7 +320,7 @@ } [Test] - public void ContextMenuStrip_CalculationWithInputInSync_ContextMenuItemUpdateStructureDisabled() + public void ContextMenuStrip_CalculationWithStructureAndInputInSync_ContextMenuItemUpdateStructureDisabledAndToolTipSet() { // Setup var assessmentSection = mocks.Stub(); @@ -356,7 +356,7 @@ } [Test] - public void ContextMenuStrip_CalculationWithInputOutOfSync_ContextMenuItemUpdateStructureEnabled() + public void ContextMenuStrip_CalculationWithStructureAndInputOutOfSync_ContextMenuItemUpdateStructureEnabledAndToolTipSet() { // Setup var assessmentSection = mocks.Stub();