Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -rb6e0f8d41d92ed18c902138dd49cce6e703ee883 -r52bce8b206b1c171b7590763a725271e9bd974a7 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs (.../ClosingStructuresSectionResultEntityReadExtensionsTest.cs) (revision b6e0f8d41d92ed18c902138dd49cce6e703ee883) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs (.../ClosingStructuresSectionResultEntityReadExtensionsTest.cs) (revision 52bce8b206b1c171b7590763a725271e9bd974a7) @@ -55,7 +55,7 @@ var entity = new ClosingStructuresSectionResultEntity(); // Call - TestDelegate call = () => entity.Read(new ClosingStructuresFailureMechanismSectionResult( + TestDelegate call = () => entity.Read(new StructuresFailureMechanismSectionResult( new TestFailureMechanismSection()), null); // Assert @@ -83,7 +83,7 @@ LayerOne = Convert.ToByte(layerOne), FailureMechanismSectionEntity = failureMechanismSectionEntity }; - var sectionResult = new ClosingStructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); + var sectionResult = new StructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); // Call entity.Read(sectionResult, collector); @@ -110,7 +110,7 @@ { ClosingStructuresCalculationEntity = calculationEntity }; - var sectionResult = new ClosingStructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); + var sectionResult = new StructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); // Call entity.Read(sectionResult, collector);