Index: Core/Common/test/Core.Common.Base.Test/Geometry/Point3DExtensionsTest.cs
===================================================================
diff -u -r449e2761ad14af6e84ea5c1a56aea71bc535e8f9 -r82fb4773cc572bc0d49662a54b5c6ca043a10e9b
--- Core/Common/test/Core.Common.Base.Test/Geometry/Point3DExtensionsTest.cs (.../Point3DExtensionsTest.cs) (revision 449e2761ad14af6e84ea5c1a56aea71bc535e8f9)
+++ Core/Common/test/Core.Common.Base.Test/Geometry/Point3DExtensionsTest.cs (.../Point3DExtensionsTest.cs) (revision 82fb4773cc572bc0d49662a54b5c6ca043a10e9b)
@@ -102,7 +102,7 @@
}
[Test]
- public void ProjectIntoLocalCoordinates_StartAdnEndWorldCoordinateLengthBiggerThanTolerance_DoesNotThrow()
+ public void ProjectIntoLocalCoordinates_StartAndEndWorldCoordinateLengthBiggerThanTolerance_DoesNotThrow()
{
// Setup
const double originalZ = 3.3;
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingChartDataFactory.cs
===================================================================
diff -u -rdc6c85db19b5d77aec1c4db3fd4ef43a71fdd712 -r82fb4773cc572bc0d49662a54b5c6ca043a10e9b
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingChartDataFactory.cs (.../PipingChartDataFactory.cs) (revision dc6c85db19b5d77aec1c4db3fd4ef43a71fdd712)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingChartDataFactory.cs (.../PipingChartDataFactory.cs) (revision 82fb4773cc572bc0d49662a54b5c6ca043a10e9b)
@@ -80,7 +80,8 @@
///
/// Create a with default styling based on the .
///
- /// The distance along the at which to place the entry point.
+ /// The horizontal distance from the origin at which to place the entry point
+ /// on the .
/// The to place the entry point on.
/// based on the .
/// Thrown when is NaN.
@@ -103,7 +104,8 @@
///
/// Create a with default styling based on the .
///
- /// The distance along the at which to place the exit point.
+ /// The horizontal distance from the origin at which to place the exit point
+ /// on the .
/// The to place the exit point on.
/// based on the .
/// Thrown when is NaN.
@@ -181,7 +183,7 @@
/// Create a with default styling based on the .
///
/// The which contains a point which
- /// characterizes the ditch at diek side, to create for.
+ /// characterizes the ditch at dike side, to create for.
/// based on the .
/// Thrown when is null or
/// the contains no .
@@ -249,6 +251,7 @@
}
catch (ArgumentOutOfRangeException)
{
+ // TODO Should not have to handle when WTI-673 and WTI-396 are done.
pointWithZatLData = CreateEmptyPointData(name);
}