Index: Ringtoets/Integration/test/Ringtoets.Integration.TestUtils/DataImportHelper.cs =================================================================== diff -u -r650fc7b43cb6729baee51d079f0377df8d7a3de9 -r4b8ab1201eba50035392ce074fa1cc5da25ff4a7 --- Ringtoets/Integration/test/Ringtoets.Integration.TestUtils/DataImportHelper.cs (.../DataImportHelper.cs) (revision 650fc7b43cb6729baee51d079f0377df8d7a3de9) +++ Ringtoets/Integration/test/Ringtoets.Integration.TestUtils/DataImportHelper.cs (.../DataImportHelper.cs) (revision 4b8ab1201eba50035392ce074fa1cc5da25ff4a7) @@ -171,7 +171,7 @@ private static FailureMechanismSection DeepCloneSection(FailureMechanismSection section) { return new FailureMechanismSection(section.Name, - section.Points.Select(p => new Point2D(p.X, p.Y))); + section.Points.Select(p => new Point2D(p))); } #region Piping Specific Imports