Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -rb6e0f8d41d92ed18c902138dd49cce6e703ee883 -ra23cff5445d53b381fd72f50a0d9b6c200cbcd69 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision b6e0f8d41d92ed18c902138dd49cce6e703ee883) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision a23cff5445d53b381fd72f50a0d9b6c200cbcd69) @@ -55,7 +55,7 @@ var entity = new HeightStructuresSectionResultEntity(); // Call - TestDelegate call = () => entity.Read(new HeightStructuresFailureMechanismSectionResult( + TestDelegate call = () => entity.Read(new StructuresFailureMechanismSectionResult( new TestFailureMechanismSection()), null); // Assert @@ -83,7 +83,7 @@ LayerThree = layerThree, FailureMechanismSectionEntity = failureMechanismSectionEntity }; - var sectionResult = new HeightStructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); + var sectionResult = new StructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); // Call entity.Read(sectionResult, collector); @@ -110,7 +110,7 @@ { HeightStructuresCalculationEntity = calculationEntity }; - var sectionResult = new HeightStructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); + var sectionResult = new StructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); // Call entity.Read(sectionResult, collector);