Index: DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamCalculationBenchmarkTest.cs =================================================================== diff -u -r5554 -r5604 --- DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamCalculationBenchmarkTest.cs (.../DamCalculationBenchmarkTest.cs) (revision 5554) +++ DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamCalculationBenchmarkTest.cs (.../DamCalculationBenchmarkTest.cs) (revision 5604) @@ -202,9 +202,9 @@ Assert.Multiple(() => { // Following values are just taken from the Geo Stability calculation and not manually calculated - Assert.That(allCalculationResults[0].StabilitySafetyFactor.Value, Is.EqualTo(0.845).Within(tolerance3Decimals)); - Assert.That(allCalculationResults[1].StabilitySafetyFactor.Value, Is.EqualTo(1.048).Within(tolerance3Decimals)); - Assert.That(allCalculationResults[2].StabilitySafetyFactor.Value, Is.EqualTo(1.156).Within(tolerance3Decimals)); + Assert.That(allCalculationResults[0].StabilitySafetyFactor.Value, Is.EqualTo(0.827).Within(tolerance3Decimals)); + Assert.That(allCalculationResults[1].StabilitySafetyFactor.Value, Is.EqualTo(1.047).Within(tolerance3Decimals)); + Assert.That(allCalculationResults[2].StabilitySafetyFactor.Value, Is.EqualTo(1.152).Within(tolerance3Decimals)); }); } @@ -224,9 +224,9 @@ Assert.Multiple(() => { // Following values are just taken from the Geo Stability calculation and not manually calculated - Assert.That(allCalculationResults[0].StabilitySafetyFactor.Value, Is.EqualTo(0.730).Within(tolerance3Decimals)); - Assert.That(allCalculationResults[1].StabilitySafetyFactor.Value, Is.EqualTo(1.004).Within(tolerance3Decimals)); - Assert.That(allCalculationResults[2].StabilitySafetyFactor.Value, Is.EqualTo(1.102).Within(tolerance3Decimals)); + Assert.That(allCalculationResults[0].StabilitySafetyFactor.Value, Is.EqualTo(0.720).Within(tolerance3Decimals)); + Assert.That(allCalculationResults[1].StabilitySafetyFactor.Value, Is.EqualTo(0.998).Within(tolerance3Decimals)); + Assert.That(allCalculationResults[2].StabilitySafetyFactor.Value, Is.EqualTo(1.099).Within(tolerance3Decimals)); }); } @@ -296,7 +296,7 @@ Assert.Multiple(() => { Assert.That(allCalculationResults[0].IsUplift.Value, Is.True); - Assert.That(allCalculationResults[0].StabilitySafetyFactor.Value, Is.EqualTo(0.811).Within(tolerance3Decimals)); + Assert.That(allCalculationResults[0].StabilitySafetyFactor.Value, Is.EqualTo(0.809).Within(tolerance3Decimals)); }); }