Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismSectionResultRowTest.cs =================================================================== diff -u -r9e4b6872c6d4980093b6f7516065ccf379f04786 -r3c1f0b4f0e0ef3014ef38a7c225569bb0e49cf79 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismSectionResultRowTest.cs (.../ClosingStructuresFailureMechanismSectionResultRowTest.cs) (revision 9e4b6872c6d4980093b6f7516065ccf379f04786) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismSectionResultRowTest.cs (.../ClosingStructuresFailureMechanismSectionResultRowTest.cs) (revision 3c1f0b4f0e0ef3014ef38a7c225569bb0e49cf79) @@ -265,7 +265,7 @@ using (new AssemblyToolCalculatorFactoryConfig()) { var row = new ClosingStructuresFailureMechanismSectionResultRow( - result, new ClosingStructuresFailureMechanism(), assessmentSection, ConstructionProperties); + result, failureMechanism, assessmentSection, ConstructionProperties); bool originalValue = result.UseManualAssemblyProbability; bool newValue = !originalValue; @@ -302,7 +302,7 @@ using (new AssemblyToolCalculatorFactoryConfig()) { var row = new ClosingStructuresFailureMechanismSectionResultRow( - result, new ClosingStructuresFailureMechanism(), assessmentSection, ConstructionProperties); + result, failureMechanism, assessmentSection, ConstructionProperties); // Call row.ManualAssemblyProbability = value; @@ -334,7 +334,7 @@ using (new AssemblyToolCalculatorFactoryConfig()) { var row = new ClosingStructuresFailureMechanismSectionResultRow( - result, new ClosingStructuresFailureMechanism(), assessmentSection, ConstructionProperties); + result, failureMechanism, assessmentSection, ConstructionProperties); // Call TestDelegate test = () => row.ManualAssemblyProbability = value; @@ -1149,7 +1149,7 @@ using (new AssemblyToolCalculatorFactoryConfig()) { var row = new ClosingStructuresFailureMechanismSectionResultRow( - result, new ClosingStructuresFailureMechanism(), assessmentSection, ConstructionProperties); + result, failureMechanism, assessmentSection, ConstructionProperties); // Call row.TailorMadeAssessmentProbability = value; @@ -1181,7 +1181,7 @@ using (new AssemblyToolCalculatorFactoryConfig()) { var row = new ClosingStructuresFailureMechanismSectionResultRow( - result, new ClosingStructuresFailureMechanism(), assessmentSection, ConstructionProperties); + result, failureMechanism, assessmentSection, ConstructionProperties); // Call TestDelegate test = () => row.TailorMadeAssessmentProbability = value;