Index: DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamCalculationBenchmarkTest.cs =================================================================== diff -u -r4973 -r4974 --- DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamCalculationBenchmarkTest.cs (.../DamCalculationBenchmarkTest.cs) (revision 4973) +++ DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamCalculationBenchmarkTest.cs (.../DamCalculationBenchmarkTest.cs) (revision 4974) @@ -270,7 +270,7 @@ Assert.That(allCalculationResults[19].StabilitySafetyFactor.Value, Is.EqualTo(0.999).Within(tolerance3Decimals)); Assert.That(allCalculationResults[20].StabilitySafetyFactor.Value, Is.EqualTo(1.094).Within(tolerance3Decimals)); Assert.That(allCalculationResults[21].StabilitySafetyFactor.Value, Is.EqualTo(0.721).Within(tolerance3Decimals)); - Assert.That(allCalculationResults[22].StabilitySafetyFactor.Value, Is.EqualTo(1.001).Within(tolerance3Decimals)); + Assert.That(allCalculationResults[22].StabilitySafetyFactor.Value, Is.EqualTo(0.997).Within(tolerance3Decimals)); Assert.That(allCalculationResults[23].StabilitySafetyFactor.Value, Is.EqualTo(1.093).Within(tolerance3Decimals)); Assert.That(allCalculationResults[24].StabilitySafetyFactor.Value, Is.EqualTo(0.719).Within(tolerance3Decimals)); Assert.That(allCalculationResults[25].StabilitySafetyFactor.Value, Is.EqualTo(0.996).Within(tolerance3Decimals)); @@ -297,7 +297,7 @@ Assert.Multiple(() => { Assert.That(allCalculationResults[0].IsUplift.Value, Is.True); - Assert.That(allCalculationResults[0].StabilitySafetyFactor.Value, Is.EqualTo(0.769).Within(tolerance3Decimals)); + Assert.That(allCalculationResults[0].StabilitySafetyFactor.Value, Is.EqualTo(0.821).Within(tolerance3Decimals)); }); }