Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.Designer.cs =================================================================== diff -u -rd0a011eeabf4ff9e029bb2a7ccbe178415c70d1a -rb2b238492bb0d500e3a5e376dadee75f506b2273 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.Designer.cs (.../ReferenceLineMetaSelectionDialog.Designer.cs) (revision d0a011eeabf4ff9e029bb2a7ccbe178415c70d1a) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.Designer.cs (.../ReferenceLineMetaSelectionDialog.Designer.cs) (revision b2b238492bb0d500e3a5e376dadee75f506b2273) @@ -57,7 +57,7 @@ this.SelectAssessmentSectionLabel = new System.Windows.Forms.Label(); this.ReferenceLineMetaDataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl(); this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.SignallingValueRadioButton = new System.Windows.Forms.RadioButton(); + this.SignalingValueRadioButton = new System.Windows.Forms.RadioButton(); this.LowLimitValueRadioButton = new System.Windows.Forms.RadioButton(); this.flowLayoutPanel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); @@ -111,18 +111,18 @@ // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); - this.groupBox1.Controls.Add(this.SignallingValueRadioButton); + this.groupBox1.Controls.Add(this.SignalingValueRadioButton); this.groupBox1.Controls.Add(this.LowLimitValueRadioButton); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // - // SignallingValueRadioButton + // SignalingValueRadioButton // - resources.ApplyResources(this.SignallingValueRadioButton, "SignallingValueRadioButton"); - this.SignallingValueRadioButton.Checked = true; - this.SignallingValueRadioButton.Name = "SignallingValueRadioButton"; - this.SignallingValueRadioButton.TabStop = true; - this.SignallingValueRadioButton.UseVisualStyleBackColor = true; + resources.ApplyResources(this.SignalingValueRadioButton, "SignalingValueRadioButton"); + this.SignalingValueRadioButton.Checked = true; + this.SignalingValueRadioButton.Name = "SignalingValueRadioButton"; + this.SignalingValueRadioButton.TabStop = true; + this.SignalingValueRadioButton.UseVisualStyleBackColor = true; // // LowLimitValueRadioButton // @@ -153,7 +153,7 @@ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private Core.Common.Controls.DataGrid.DataGridViewControl ReferenceLineMetaDataGridViewControl; private System.Windows.Forms.RadioButton LowLimitValueRadioButton; - private System.Windows.Forms.RadioButton SignallingValueRadioButton; + private System.Windows.Forms.RadioButton SignalingValueRadioButton; private System.Windows.Forms.Label SelectAssessmentSectionLabel; private System.Windows.Forms.GroupBox groupBox1; } Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.cs =================================================================== diff -u -rc36b47c2e1e8cf948767cca33f80ad735f370ad0 -rb2b238492bb0d500e3a5e376dadee75f506b2273 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.cs (.../ReferenceLineMetaSelectionDialog.cs) (revision c36b47c2e1e8cf948767cca33f80ad735f370ad0) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.cs (.../ReferenceLineMetaSelectionDialog.cs) (revision b2b238492bb0d500e3a5e376dadee75f506b2273) @@ -107,7 +107,7 @@ { SelectedReferenceLineMeta = referenceLineMetaSelectionRow.ReferenceLineMeta; - SelectedNormativeNorm = SignallingValueRadioButton.Checked + SelectedNormativeNorm = SignalingValueRadioButton.Checked ? NormType.Signaling : NormType.LowerLimit; Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.resx =================================================================== diff -u -rd0a011eeabf4ff9e029bb2a7ccbe178415c70d1a -rb2b238492bb0d500e3a5e376dadee75f506b2273 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.resx (.../ReferenceLineMetaSelectionDialog.resx) (revision d0a011eeabf4ff9e029bb2a7ccbe178415c70d1a) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.resx (.../ReferenceLineMetaSelectionDialog.resx) (revision b2b238492bb0d500e3a5e376dadee75f506b2273) @@ -270,34 +270,34 @@ Top, Bottom, Left, Right - + True - + 9, 29 - + 4, 5, 4, 5 - + 173, 24 - + 2 - + Signaleringswaarde - - SignallingValueRadioButton + + SignalingValueRadioButton - + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - + 0 Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs =================================================================== diff -u -rb8d08895ef52959938de7f7e48ee06a7d51f16d0 -rb2b238492bb0d500e3a5e376dadee75f506b2273 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision b8d08895ef52959938de7f7e48ee06a7d51f16d0) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision b2b238492bb0d500e3a5e376dadee75f506b2273) @@ -787,8 +787,8 @@ [TestCase(0.1, 0.01, "1/10", 0.01, 0.01, "1/100")] [Apartment(ApartmentState.STA)] public void GivenPluginWithGuiSetAndOpenedDesignWaterLevelCalculationsViewForLowerLimitNorm_WhenChangingNormAndObserversNotified_ThenViewTitleUpdated( - double lowerLimitNorm, double signallingNorm, string originalProbabilityText, - double newLowerLimitNorm, double newSignallingNorm, string expectedProbabilityText) + double lowerLimitNorm, double signalingNorm, string originalProbabilityText, + double newLowerLimitNorm, double newSignalingNorm, string expectedProbabilityText) { // Given var mocks = new MockRepository(); @@ -806,7 +806,7 @@ FailureMechanismContribution = { LowerLimitNorm = lowerLimitNorm, - SignalingNorm = signallingNorm + SignalingNorm = signalingNorm } }; var project = new RiskeerProject(assessmentSection); @@ -826,7 +826,7 @@ // When FailureMechanismContribution failureMechanismContribution = assessmentSection.FailureMechanismContribution; failureMechanismContribution.LowerLimitNorm = newLowerLimitNorm; - failureMechanismContribution.SignalingNorm = newSignallingNorm; + failureMechanismContribution.SignalingNorm = newSignalingNorm; failureMechanismContribution.NotifyObservers(); // Then @@ -839,9 +839,9 @@ [TestCase(0.01, 0.01, "1/100 (1)", 0.1, 0.01, "1/100")] [TestCase(0.1, 0.01, "1/100", 0.01, 0.01, "1/100 (1)")] [Apartment(ApartmentState.STA)] - public void GivenPluginWithGuiSetAndOpenedDesignWaterLevelCalculationsViewForSignallingNorm_WhenChangingNormAndObserversNotified_ThenViewTitleUpdated( - double lowerLimitNorm, double signallingNorm, string originalProbabilityText, - double newLowerLimitNorm, double newSignallingNorm, string expectedProbabilityText) + public void GivenPluginWithGuiSetAndOpenedDesignWaterLevelCalculationsViewForSignalingNorm_WhenChangingNormAndObserversNotified_ThenViewTitleUpdated( + double lowerLimitNorm, double signalingNorm, string originalProbabilityText, + double newLowerLimitNorm, double newSignalingNorm, string expectedProbabilityText) { // Given var mocks = new MockRepository(); @@ -859,7 +859,7 @@ FailureMechanismContribution = { LowerLimitNorm = lowerLimitNorm, - SignalingNorm = signallingNorm + SignalingNorm = signalingNorm } }; var project = new RiskeerProject(assessmentSection); @@ -879,7 +879,7 @@ // When FailureMechanismContribution failureMechanismContribution = assessmentSection.FailureMechanismContribution; failureMechanismContribution.LowerLimitNorm = newLowerLimitNorm; - failureMechanismContribution.SignalingNorm = newSignallingNorm; + failureMechanismContribution.SignalingNorm = newSignalingNorm; failureMechanismContribution.NotifyObservers(); // Then Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs =================================================================== diff -u -rffebe7fc9b26beff102ef508b108a3ebe22c7498 -rb2b238492bb0d500e3a5e376dadee75f506b2273 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs) (revision ffebe7fc9b26beff102ef508b108a3ebe22c7498) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs) (revision b2b238492bb0d500e3a5e376dadee75f506b2273) @@ -767,7 +767,7 @@ [TestCaseSource(nameof(GetWaterLevelForNormTargetProbabilityCalculationConfigurations))] [Apartment(ApartmentState.STA)] public void GivenValidCalculations_WhenCalculatingAllFromContextMenu_ThenLogMessagesAddedOutputSet( - double lowerLimitNorm, double signallingNorm, + double lowerLimitNorm, double signalingNorm, Func> getCalculationsFunc) { // Given @@ -777,7 +777,7 @@ FailureMechanismContribution = { LowerLimitNorm = lowerLimitNorm, - SignalingNorm = signallingNorm + SignalingNorm = signalingNorm }, HydraulicBoundaryDatabase = {