Index: DamEngine/trunk/src/build/Test.targets =================================================================== diff -u -r4627 -r4629 --- DamEngine/trunk/src/build/Test.targets (.../Test.targets) (revision 4627) +++ DamEngine/trunk/src/build/Test.targets (.../Test.targets) (revision 4629) @@ -1,5 +1,5 @@ - + bin\$(Configuration)\ $(OutputPath) Index: DamEngine/trunk/src/build/Source.targets =================================================================== diff -u -r3988 -r4629 --- DamEngine/trunk/src/build/Source.targets (.../Source.targets) (revision 3988) +++ DamEngine/trunk/src/build/Source.targets (.../Source.targets) (revision 4629) @@ -1,3 +1,3 @@ - + \ No newline at end of file Index: DamEngine/trunk/src/build/Base.targets =================================================================== diff -u -r4583 -r4629 --- DamEngine/trunk/src/build/Base.targets (.../Base.targets) (revision 4583) +++ DamEngine/trunk/src/build/Base.targets (.../Base.targets) (revision 4629) @@ -1,23 +1,23 @@ - - $(SolutionDir)\bin\$(Configuration)\ - AnyCPU;x64 - false - net461 - latest - Deltares - Copyright © Deltares $([System.DateTime]::Today.ToString(yyyy)) - 0 - 24.1.0 - 24.1.0.$(BuildNumber) - - - embedded - - - none - - - nl-NL - + + $(SolutionDir)\bin\$(Configuration)\ + AnyCPU;x64 + false + net461 + latest + Deltares + Copyright © Deltares $([System.DateTime]::Today.ToString(yyyy)) + 0 + 24.1.0 + 24.1.0.$(BuildNumber) + + + embedded + + + none + + + nl-NL + \ No newline at end of file Index: DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/FillXmlOutputFromDamTests.cs =================================================================== diff -u -r4627 -r4629 --- DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/FillXmlOutputFromDamTests.cs (.../FillXmlOutputFromDamTests.cs) (revision 4627) +++ DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/FillXmlOutputFromDamTests.cs (.../FillXmlOutputFromDamTests.cs) (revision 4629) @@ -516,7 +516,7 @@ Assert.That(actual.X, Is.EqualTo(expected.X)); Assert.That(actual.Z, Is.EqualTo(expected.Z)); Assert.That(actual.PointType, - Is.EqualTo(ConversionHelper.ConvertToInputPointType(expected.CharacteristicPointType))); + Is.EqualTo(ConversionHelper.ConvertToInputPointType(expected.CharacteristicPointType))); } private void CompareDamProjectData(DamProjectData actual, DamProjectData expected) Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs =================================================================== diff -u -r4627 -r4629 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 4627) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 4629) @@ -540,10 +540,10 @@ Output output = GeneralHelper.RunAfterInputValidation(inputString, false); Assert.That(output.Results.CalculationMessages[0].Message1, - Is.EqualTo("Location 'DWP_13', subsoil scenario 'DWP_13.sti', design scenario '1': " + - "The calculation failed with error message " + - "'The design was not successful. " + - "The new shoulder height with topslope exceeds the allowed maximum height.'")); + Is.EqualTo("Location 'DWP_13', subsoil scenario 'DWP_13.sti', design scenario '1': " + + "The calculation failed with error message " + + "'The design was not successful. " + + "The new shoulder height with topslope exceeds the allowed maximum height.'")); } [Test, Category(Categories.Slow)] @@ -633,7 +633,7 @@ DamProjectData actualDamProjectData = FillDamFromXmlOutput.CreateDamProjectData(null, output); Assert.That(ConversionHelper.ConvertToCalculationResult( - output.Results.CalculationResults[0].CalculationResult), Is.EqualTo(calculationResult)); + output.Results.CalculationResults[0].CalculationResult), Is.EqualTo(calculationResult)); DesignResultStabilityDesignResults stabilityDesignResults = output.Results.CalculationResults[0].StabilityDesignResults; Assert.That(stabilityDesignResults.SafetyFactor, Is.EqualTo(expectedSafetyFactor).Within(tolerance)); Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/WtiPipingSellmeijerRevisedTests.cs =================================================================== diff -u -r4627 -r4629 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/WtiPipingSellmeijerRevisedTests.cs (.../WtiPipingSellmeijerRevisedTests.cs) (revision 4627) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/WtiPipingSellmeijerRevisedTests.cs (.../WtiPipingSellmeijerRevisedTests.cs) (revision 4629) @@ -242,10 +242,10 @@ Assert.That(output.Results.CalculationResults[1].PipingDesignResults.ResultMessage, Is.EqualTo("De effectieve spanning mag niet negatief zijn.\r\n")); Assert.That(ConversionHelper.ConvertToCalculationResult(output.Results.CalculationResults[1].CalculationResult), Is.EqualTo(CalculationResult.RunFailed)); Assert.That(output.Results.CalculationMessages[0].Message1, - Is.EqualTo("Location '100', subsoil scenario 'segment1_1D2', design scenario '1': " + - "The calculation failed with error message " + - "'The design was not successful. " + - "De effectieve spanning mag niet negatief zijn.\r\n'")); + Is.EqualTo("Location '100', subsoil scenario 'segment1_1D2', design scenario '1': " + + "The calculation failed with error message " + + "'The design was not successful. " + + "De effectieve spanning mag niet negatief zijn.\r\n'")); } [Test] 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]