Index: DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/PolyLineTest.cs =================================================================== diff -u -r4072 -r4539 --- DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/PolyLineTest.cs (.../PolyLineTest.cs) (revision 4072) +++ DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/PolyLineTest.cs (.../PolyLineTest.cs) (revision 4539) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2023. All rights reserved. +// Copyright (C) Stichting Deltares 2024. All rights reserved. // // This file is part of the application DAM - UI. // @@ -177,7 +177,7 @@ IList intersectionPoints = polyLine1.IntersectionPointsXzWithLineXz(line); Assert.IsTrue(intersectionPoints.Count == 1); Assert.AreEqual(1.0, intersectionPoints[0].X, GeometryPoint.Precision); - Assert.AreEqual(-1.0,intersectionPoints[0].Z, GeometryPoint.Precision); + Assert.AreEqual(-1.0, intersectionPoints[0].Z, GeometryPoint.Precision); } [Test]