Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs =================================================================== diff -u -r3615 -r3618 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs (.../MacroStabilityInwardsKernelWrapperTests.cs) (revision 3615) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs (.../MacroStabilityInwardsKernelWrapperTests.cs) (revision 3618) @@ -300,7 +300,7 @@ } [Test] - public void TestFullCalculationSuceedsWithWarningsWithBadTangentLines() + public void TestFullCalculationSucceedsWithWarningsWithBadTangentLines() { var kernelWrapper = new MacroStabilityInwardsKernelWrapper(); kernelWrapper.FailureMechanismParametersMStab = new FailureMechanismParametersMStab(); @@ -320,7 +320,8 @@ var errorCount = kernelWrapper.Validate(kernelDataInput, kernelDataOutput, out messages); Assert.IsTrue(errorCount == 0); - // Run the dl; the tangent line position is defined in such a way that a circle segment can not be matched to a soil this should fail. + // Run the dl; the tangent line position is defined in such a way that this calculation will result in + // several failed attempted slip planes so there should be warnings. kernelWrapper.Execute(kernelDataInput, kernelDataOutput, out messages); MacroStabilityOutput macroStabilityOutput = (MacroStabilityOutput)kernelDataOutput; Assert.AreEqual(51, messages.Count);