Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/PipingBlighTests.cs =================================================================== diff -u -r1974 -r2012 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/PipingBlighTests.cs (.../PipingBlighTests.cs) (revision 1974) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/PipingBlighTests.cs (.../PipingBlighTests.cs) (revision 2012) @@ -33,6 +33,7 @@ public class PipingBlighTests { private const double tolerance = 0.0005; + [Test] public void CanPerformBlighDesignNoAdaptionPipingVoorbeeld1() { @@ -101,9 +102,6 @@ Assert.AreEqual(0.8089, output.Results.CalculationResults.DesignResults[121].PipingDesignResults.BlighFactor, tolerance); } - /// - /// This test is based on the project "PipingVoorbeeld1_geometry_Bligh" - /// [Test] public void CanPerformBlighDesignWithAdaptionPipingVoorbeeld1() { @@ -130,7 +128,7 @@ Assert.AreEqual(0.0, output.Results.CalculationResults.DesignResults[0].PipingDesignResults.UpliftSituation.Pl4LocationXMinUplift, tolerance); // The following values are not the same as in the Dam 15.1.2.24738 release - // The final Bligh calculation at the redesigned situation is done at X = 29.013552941176471 (the "insteeek van de berm"), because there an + // The final Bligh calculation at the redesigned situation is done at X = 29.013552941176471 (the "insteek van de berm"), because there an // upliftfactor of 1.99999 is found, but it should have been done at X = 73.486 (the "teen van de dijk") // The BlighFactor in Dam 15.1.2.24738 is 2.092, but that is not correct, because that is the value at X = 29.013552941176471 @@ -144,6 +142,7 @@ // The ExitPointX in Dam 15.1.2.24738 is (incorrectly) not shown Assert.AreEqual(73.486, output.Results.CalculationResults.DesignResults[0].PipingDesignResults.ExitPointX, tolerance); } + [Test] public void CanPerformBlighDesignWithAdaptionRechterDiezedijk1Location() {