Index: DamEngine/trunk/src/Deltares.DamEngine.Data.Tests/Geotechnics/SoilSurfaceProfileTests.cs =================================================================== diff -u -r6086 -r6404 --- DamEngine/trunk/src/Deltares.DamEngine.Data.Tests/Geotechnics/SoilSurfaceProfileTests.cs (.../SoilSurfaceProfileTests.cs) (revision 6086) +++ DamEngine/trunk/src/Deltares.DamEngine.Data.Tests/Geotechnics/SoilSurfaceProfileTests.cs (.../SoilSurfaceProfileTests.cs) (revision 6404) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2024. All rights reserved. +// Copyright (C) Stichting Deltares 2025. All rights reserved. // // This file is part of the Dam Engine. // @@ -766,7 +766,7 @@ new GeometryCurve(new Point2D(0, -10), new Point2D(0, -2.5)) }, bottomSoilLayer2D.GeometrySurface.OuterLoop.CurveList); } - + /// /// This test reproduces the problem found in MWDAM-2514 where the ditch was incorrectly filled in. /// This is due to the small vertical distance between the surface line point (32.125, -2.451) and the bottom level of @@ -826,7 +826,6 @@ Assert.That(soilLayer2Ds[2].SoilName, Is.EqualTo(layer1Name)); Assert.That(soilLayer2Ds[3].SoilName, Is.EqualTo(layer2Name)); Assert.That(soilLayer2Ds[4].SoilName, Is.EqualTo(layer3Name)); - }); }