Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/Common/PlLinesHelperTests.cs =================================================================== diff -u -r4627 -r5012 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/Common/PlLinesHelperTests.cs (.../PlLinesHelperTests.cs) (revision 4627) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/Common/PlLinesHelperTests.cs (.../PlLinesHelperTests.cs) (revision 5012) @@ -53,7 +53,7 @@ Assert.That(new PlLinePoint(40.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[3]), Is.True); Assert.That(new PlLinePoint(50.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[4]), Is.True); Assert.That(new PlLinePoint(58.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[5]), Is.True); - Assert.That(new PlLinePoint(61.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[6]), Is.True); + Assert.That(new PlLinePoint(61.510, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[6]), Is.True); Assert.That(new PlLinePoint(75.000, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[7]), Is.True); Assert.That(plLines.Lines[PlLineType.Pl2].Points.Count, Is.EqualTo(0)); Assert.That(plLines.Lines[PlLineType.Pl3].Points.Count, Is.EqualTo(2)); @@ -84,7 +84,7 @@ Assert.That(new PlLinePoint(40.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[3]), Is.True); Assert.That(new PlLinePoint(50.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[4]), Is.True); Assert.That(new PlLinePoint(58.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[5]), Is.True); - Assert.That(new PlLinePoint(61.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[6]), Is.True); + Assert.That(new PlLinePoint(61.510, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[6]), Is.True); Assert.That(new PlLinePoint(75.000, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[7]), Is.True); Assert.That(plLines.Lines[PlLineType.Pl2].Points.Count, Is.EqualTo(0)); Assert.That(plLines.Lines[PlLineType.Pl3].Points.Count, Is.EqualTo(2)); @@ -125,7 +125,7 @@ Assert.That(new PlLinePoint(40.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[3]), Is.True); Assert.That(new PlLinePoint(50.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[4]), Is.True); Assert.That(new PlLinePoint(58.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[5]), Is.True); - Assert.That(new PlLinePoint(61.500, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[6]), Is.True); + Assert.That(new PlLinePoint(61.510, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[6]), Is.True); Assert.That(new PlLinePoint(75.000, 0.000).LocationEquals(plLines.Lines[PlLineType.Pl1].Points[7]), Is.True); Assert.That(plLines.Lines[PlLineType.Pl2].Points.Count, Is.EqualTo(2)); Assert.That(new PlLinePoint(0.000, 0.500).LocationEquals(plLines.Lines[PlLineType.Pl2].Points[0]), Is.True);