Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/PipingBlighTests.cs =================================================================== diff -u -r4627 -r4629 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/PipingBlighTests.cs (.../PipingBlighTests.cs) (revision 4627) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/PipingBlighTests.cs (.../PipingBlighTests.cs) (revision 4629) @@ -202,10 +202,10 @@ Assert.That(ConversionHelper.ConvertToCalculationResult(output.Results.CalculationResults[1].CalculationResult), Is.EqualTo(CalculationResult.RunFailed)); Assert.That(output.Results.CalculationMessages.Length, Is.EqualTo(2)); Assert.That(output.Results.CalculationMessages[0].Message1, - Is.EqualTo("Location '101', subsoil scenario 'segment1_1D1', design scenario '1': " + - "The calculation failed with error message " + - "'The design was not successful. " + - "The new shoulder length is too large to fit in the current surface line.'")); + Is.EqualTo("Location '101', subsoil scenario 'segment1_1D1', design scenario '1': " + + "The calculation failed with error message " + + "'The design was not successful. " + + "The new shoulder length is too large to fit in the current surface line.'")); } [Test]