Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs =================================================================== diff -u -r6015 -r6025 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 6015) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 6025) @@ -37,14 +37,14 @@ { private const string tutorialStability2D = @"TestFiles\InputTutorialStability2D.xml"; - [Test, Category(Categories.WorkInProgress)] - [TestCase("DWP_1", 0,20, 82, 63, 34,1.248)] - [TestCase("DWP_2", 1,13, 73, 61, 37,1.398)] - [TestCase("DWP_6", 5, 19,83, 65, 42, 1.051)] - [TestCase("DWP_7", 6,10, 66, 57, 37, 1.051)] - [TestCase("DWP_8", 7,28, 119, 92, 47, 0.989)] - [TestCase("DWP_16", 15,27, 100, 74, 38, 0.849)] - [TestCase("DWP_20", 19,25, 104, 80, 47, 1.523)] + [Test] + [TestCase("DWP_1", 0,19, 81, 63, 35,1.248)] + [TestCase("DWP_2", 1,12, 72, 61, 38,1.398)] + [TestCase("DWP_6", 5, 15,79, 65, 45, 1.503)] + [TestCase("DWP_7", 6,9, 65, 57, 37, 1.264)] + [TestCase("DWP_8", 7,27, 117, 91, 46, 0.989)] + [TestCase("DWP_16", 15,26, 99, 74, 39, 0.849)] + [TestCase("DWP_20", 19,24, 102, 79, 46, 1.523)] public void TestGeometryAndResultForIssueWithDwpsFromTutorial(string location, int segmentIndex, int surfaceCount, int curveCount, int pointCount, int surfaceLinePointCount, double safetyFactor) { string inputString = File.ReadAllText(tutorialStability2D);