Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r65991df4e411780df91b7005b669d41b51170b3b -r41da80335e9db4b38a470de5b247f759ca497997 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 65991df4e411780df91b7005b669d41b51170b3b) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 41da80335e9db4b38a470de5b247f759ca497997) @@ -920,18 +920,11 @@ using (ContextMenuStrip contextMenuStrip = info.ContextMenuStrip(nodeData, null, treeViewControl)) { - // Precondition - TestHelper.AssertContextMenuStripContainsItem(contextMenuStrip, - contextMenuUpdateForeshoreProfileIndexRootGroup, - "&Bijwerken voorlandprofielen...", - "Alle berekeningen met een voorlandprofiel bijwerken.", - RingtoetsCommonFormsResources.UpdateItemIcon); - // When contextMenuStrip.Items[contextMenuUpdateForeshoreProfileIndexRootGroup].PerformClick(); // Then - Assert.IsTrue(calculation.InputParameters.UseBreakWater); + Assert.IsTrue(calculation.InputParameters.IsForeshoreProfileInputSynchronized); } } } @@ -1366,7 +1359,6 @@ menu.Items[contextMenuUpdateStructureAllIndexRootGroup].PerformClick(); // Then - Assert.IsFalse(calculation.HasOutput); Assert.IsTrue(calculation.InputParameters.IsStructureInputSynchronized); // Note: observer assertions are verified in the TearDown()