Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs =================================================================== diff -u -r5358 -r5360 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 5358) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 5360) @@ -257,7 +257,7 @@ Assert.That(result.StabilityDesignResults.StabilityModelType, Is.EqualTo(DesignResultStabilityDesignResultsStabilityModelType.UpliftVan)); Assert.That(result.BaseFileName, Is.EqualTo("Loc(DWP_1)_Sce(1)_Pro(DWP_1_stix)")); }); - // Worst of Bishop and Uplift Van + // Lowest of Bishop and Uplift Van result = output.Results.CalculationResults[2]; Assert.Multiple(() => { @@ -314,7 +314,7 @@ Assert.That(result.UpliftSituation, Is.Not.Null); Assert.That(result.StabilityModelType, Is.EqualTo(DesignResultStabilityDesignResultsStabilityModelType.UpliftVan)); }); - // Worst of Bishop and Uplift Van + // Lowest of Bishop and Uplift Van result = output.Results.CalculationResults[2].StabilityDesignResults; Assert.Multiple(() => { @@ -373,7 +373,7 @@ Assert.That(result.UpliftSituation, Is.Not.Null); Assert.That(result.StabilityModelType, Is.EqualTo(DesignResultStabilityDesignResultsStabilityModelType.UpliftVan)); }); - // Worst of Bishop and Uplift Van + // Lowest of Bishop and Uplift Van result = output.Results.CalculationResults[2].StabilityDesignResults; Assert.Multiple(() => {