Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -rb8df616ca911988b921b933bead5f1ef6862d076 -ra818b331454adfdbdf5e806ca3824e98f76e1d4a --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision b8df616ca911988b921b933bead5f1ef6862d076) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision a818b331454adfdbdf5e806ca3824e98f76e1d4a) @@ -56,7 +56,7 @@ var entity = new HeightStructuresSectionResultEntity(); // Call - TestDelegate call = () => entity.Read(new StructuresFailureMechanismSectionResult( + TestDelegate call = () => entity.Read(new HeightStructuresFailureMechanismSectionResult( new TestFailureMechanismSection()), null); // Assert @@ -82,7 +82,7 @@ LayerThree = layerThree, FailureMechanismSectionEntity = failureMechanismSectionEntity }; - var sectionResult = new StructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); + var sectionResult = new HeightStructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); // Call entity.Read(sectionResult, collector); @@ -110,7 +110,7 @@ LayerThree = null, FailureMechanismSectionEntity = failureMechanismSectionEntity }; - var sectionResult = new StructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); + var sectionResult = new HeightStructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); // Call entity.Read(sectionResult, collector); @@ -136,7 +136,7 @@ { HeightStructuresCalculationEntity = calculationEntity }; - var sectionResult = new StructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); + var sectionResult = new HeightStructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); // Call entity.Read(sectionResult, collector);