Index: DamClients/DamLive/trunk/src/Deltares.DamLive.Tests/StabilityInside2DTests.cs =================================================================== diff -u -r6114 -r6561 --- DamClients/DamLive/trunk/src/Deltares.DamLive.Tests/StabilityInside2DTests.cs (.../StabilityInside2DTests.cs) (revision 6114) +++ DamClients/DamLive/trunk/src/Deltares.DamLive.Tests/StabilityInside2DTests.cs (.../StabilityInside2DTests.cs) (revision 6561) @@ -107,20 +107,20 @@ case "LocationOnlyPL3": { TimeSerieEntry firstEntry = timeSeries.Entries.First(); - Assert.That(firstEntry.Value, Is.EqualTo(1.433).Within(cTolerance), "The computed safety factory is not correct"); + Assert.That(firstEntry.Value, Is.EqualTo(1.403).Within(cTolerance), "The computed safety factory is not correct"); resultsCount++; TimeSerieEntry lastEntry = timeSeries.Entries.Last(); - Assert.That(lastEntry.Value, Is.EqualTo(1.327).Within(cTolerance), "The computed safety factory is not correct"); + Assert.That(lastEntry.Value, Is.EqualTo(1.298).Within(cTolerance), "The computed safety factory is not correct"); resultsCount++; break; } case "LocationPL3AndPL4": { TimeSerieEntry firstEntry = timeSeries.Entries.First(); - Assert.That(firstEntry.Value, Is.EqualTo(1.518).Within(cTolerance), "The computed safety factory is not correct"); + Assert.That(firstEntry.Value, Is.EqualTo(1.486).Within(cTolerance), "The computed safety factory is not correct"); resultsCount++; TimeSerieEntry lastEntry = timeSeries.Entries.Last(); - Assert.That(lastEntry.Value, Is.EqualTo(1.536).Within(cTolerance), "The computed safety factory is not correct"); + Assert.That(lastEntry.Value, Is.EqualTo(1.505).Within(cTolerance), "The computed safety factory is not correct"); resultsCount++; break; }