Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs =================================================================== diff -u -r5332 -r5337 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 5332) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 5337) @@ -161,7 +161,6 @@ } [Test, Category(Categories.Slow)] - [Category(Categories.WorkInProgress)] public void TestRunMacroStabilityTutorialDesignUpliftVan() { // Based on ".data\DamEngineTestProjects\DAM Tutorial Design\DAM Tutorial Design.damx" @@ -218,7 +217,6 @@ } [Test, Category(Categories.Slow)] - [Category(Categories.WorkInProgress)] public void TestRunMacroStabilityTutorialDesignBishopUpliftVan_UpliftVanLowest() { // Based on ".data\DamEngineTestProjects\DAM Tutorial Design\DAM Tutorial Design.damx" @@ -343,7 +341,6 @@ } [Test, Category(Categories.Slow)] - [Category(Categories.WorkInProgress)] public void TestRunMacroStabilityTutorialDesignBishopUpliftVan_NoUplift() { // Based on ".data\DamEngineTestProjects\DAM Tutorial Design\DAM Tutorial Design.damx" @@ -732,25 +729,21 @@ Assert.That(output.Results.CalculationMessages[0].Message1, Is.EqualTo("Geen ondergrond profielen beschikbaar voor locatie '12-2_027'")); } - [Test, Ignore("This test is not yet implemented, waits on stix implementation.")] + [Test, Ignore("Not clear what the expected result is. In 19.3.2 the name of the test was TestDesignWithRiverLevelAboveDikeTopButBelowDthCanCalculate.")] [Category(Categories.WorkInProgress)] public void TestDesignWithRiverLevelAboveDikeTopButBelowDthCanNotCalculate() { var analysisType = "AdaptGeometry"; // Test just to see if calculation works in this case as it should do. Output output = GetOutputStringForProject(analysisType); - // Note Bka: it already failed, with message "The preparation for this calculation failed". - // Now for a different reason. Probably because DTH is not yet taken into account with testing/adjusting the data. + //ToDo Bka: Note Bka: it already failed, Probably because DTH is not yet taken into account with testing/adjusting the data. const string message = "The error calculation message is not has expected."; - Assert.That(output.Results.CalculationMessages[0].Message1.Contains("Location 'DWP_1', subsoil scenario 'DWP_1.sti', design scenario '1': " + + Assert.That(output.Results.CalculationMessages[0].Message1.Contains("Location 'DWP_1', subsoil scenario 'DWP_1.stix', design scenario '1': " + "The calculation failed with error message 'Value cannot be null."), Is.True, message); - Assert.That(output.Results.CalculationMessages[0].Message1.Contains("Location 'DWP_1', subsoil scenario 'DWP_1.sti', design scenario '1': " + - "The preparation for this calculation failed."), Is.True, message); } - [Test, Ignore("This test is not yet implemented, waits on stix implementation.")] - [Category(Categories.WorkInProgress)] + [Test] public void TestNoDesignWithRiverLevelAboveDikeTopButBelowDthCanNotCalculate() { var analysisType = "NoAdaption";