Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismTest.cs =================================================================== diff -u -ra5a1867560f3705d7037a951c9c1a7f9e817a0a6 -r3293cb26e7540dc2e61becd7eda453e234d30664 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismTest.cs (.../ExportableFailureMechanismTest.cs) (revision a5a1867560f3705d7037a951c9c1a7f9e817a0a6) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismTest.cs (.../ExportableFailureMechanismTest.cs) (revision 3293cb26e7540dc2e61becd7eda453e234d30664) @@ -63,7 +63,7 @@ // Call TestDelegate call = () => new ExportableFailureMechanism( - ExportableFailureMechanismAssemblyResultTestFactory.CreateFailureMechanismAssemblyResultWithoutProbability(), + ExportableFailureMechanismAssemblyResultTestFactory.CreateResultWithoutProbability(), null, sectionAssemblyResults, code, group); // Assert @@ -82,7 +82,7 @@ // Call TestDelegate call = () => new ExportableFailureMechanism( - ExportableFailureMechanismAssemblyResultTestFactory.CreateFailureMechanismAssemblyResultWithoutProbability(), + ExportableFailureMechanismAssemblyResultTestFactory.CreateResultWithoutProbability(), sections, null, code, group); // Assert @@ -96,7 +96,7 @@ // Setup var random = new Random(21); ExportableFailureMechanismAssemblyResult failureMechanismAssembly = - ExportableFailureMechanismAssemblyResultTestFactory.CreateFailureMechanismAssemblyResultWithoutProbability(); + ExportableFailureMechanismAssemblyResultTestFactory.CreateResultWithoutProbability(); IEnumerable sections = Enumerable.Empty(); IEnumerable sectionAssemblyResults = Enumerable.Empty();