Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalStabilityProfile1DTests.cs =================================================================== diff -u -r6031 -r6032 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalStabilityProfile1DTests.cs (.../OperationalStabilityProfile1DTests.cs) (revision 6031) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalStabilityProfile1DTests.cs (.../OperationalStabilityProfile1DTests.cs) (revision 6032) @@ -39,11 +39,8 @@ [TestFixture] public class OperationalStabilityProfile1DTests { - /// - /// Constants for SensorType - /// + // Constants for SensorType private const uint sourceTypeIgnore = 0; - private const uint sourceTypeLocationData = 1; private const uint sourceTypeSensor = 2; @@ -69,7 +66,7 @@ PlPolderLevel = -2.0, SourceTypePl3 = sourceTypeLocationData, HeadPl3 = -3.0, - SourceTypePl4 = sourceTypeLocationData, + SourceTypePl4 = sourceTypeIgnore, HeadPl4 = 0.0 }, new PlLinePoints // PL-1 @@ -85,7 +82,7 @@ new Point2DType { // Pl1AtDikeTopAtRiver - X = 18.731, // Expected X-value is location of DikeTopAtRiver = 22.562 + X = 18.731, // Expected X-value is location of DikeTopAtRiver = 18.731 Z = -1.2 // Expected Z-value is WaterLevelOutside - PlLineOffsetBelowDikeTopAtRiver = -0.1 - 1.1 = -1.2 }, new Point2DType @@ -97,7 +94,7 @@ new Point2DType { // DikeToeAtPolder - X = 29.374, // Expected X-value is location of DikeToeAtPolder = 22.562 + X = 29.374, // Expected X-value is location of DikeToeAtPolder = 29.374 Z = -2.937 // Expected Z-value is WaterLevelOutside - Pl1PlLineOffsetBelowDikeToeAtPolder = -1.357 - 1.4 = -2.937 }, new Point2DType @@ -191,7 +188,7 @@ new Point2DType { // Sensor RFT_R52_0110_45m_BiT - X = 36.185, // Expected X-value is location of sensor: 30.225 + X = 36.185, // Expected X-value is location of sensor: 36.185 Z = -3.23 // Expected Z-value is the value of the first timestep of sensor: -3.23 }, new Point2DType @@ -240,7 +237,7 @@ // "Deltares.DamLive.Tests\TestData\IntegrationTests\StabilityInsideBishopGrid\DAMLive.damx" // with DamLive rev.4860 // This tests if the sensor location data is used in the calculation by changing the source type of Pl1 offset below diketop to - [Test] + [Test, Category(Categories.Slow)] [TestCaseSource(nameof(AddTestCases))] public void GivenStabilityInsideProfile1DProject_WhenCalculatingWithVariationsOnSpecifiedSensorLocationData_ThenExpectedResultIsGenerated(SensorConfiguration sensorConfiguration, PlLinePoints pl1Points,