Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r73f50b32b84bb654d07639a3cbd9a72351292c6e -r9406843bc73c4d96aa587eecd7e63831ca1d106c --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 73f50b32b84bb654d07639a3cbd9a72351292c6e) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 9406843bc73c4d96aa587eecd7e63831ca1d106c) @@ -1095,7 +1095,7 @@ { Children = { - new StructuresCalculation() + new StructuresCalculation() } }; @@ -1144,14 +1144,14 @@ var failureMechanism = new HeightStructuresFailureMechanism(); var assessmentSection = mocks.Stub(); var nodeData = new HeightStructuresCalculationGroupContext(group, - failureMechanism, - assessmentSection); + failureMechanism, + assessmentSection); using (var treeViewControl = new TreeViewControl()) { guiStub.Stub(cmp => cmp.Get(nodeData, treeViewControl)).Return(new CustomItemsOnlyContextMenuBuilder()); mocks.ReplayAll(); - + // Call using (ContextMenuStrip contextMenu = info.ContextMenuStrip(nodeData, null, treeViewControl)) { @@ -1164,7 +1164,6 @@ } } - [Test] public void GivenCalculationWithStructureWithoutOutput_WhenStructureUpdatedAndUpdateClicked_ThenNoInquiryAndCalculationUpdatedAndInputObserverNotified() { @@ -1518,7 +1517,7 @@ { // When HeightStructuresInput inputParameters = calculation.InputParameters; - inputParameters.StructureNormalOrientation = (RoundedDouble)1.1; + inputParameters.StructureNormalOrientation = (RoundedDouble) 1.1; menu.Items[contextMenuUpdateStructureAllIndexRootGroup].PerformClick(); // Then