Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs =================================================================== diff -u -r5463 -r5511 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 5463) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 5511) @@ -37,10 +37,10 @@ private const string tutorialStability2D = @"TestFiles\InputTutorialStability2D.xml"; [Test] - [TestCase("DWP_2", 1,15, 97, 83, 1.435)] + [TestCase("DWP_2", 1,15, 97, 83, 1.393)] [TestCase("DWP_8", 7,26, 129, 104, 1.110)] - [TestCase("DWP_16", 15,26, 117, 92, 0.797)] - [TestCase("DWP_20", 19,23, 113, 91, 1.668)] + [TestCase("DWP_16", 15,26, 117, 92, 0.766)] + [TestCase("DWP_20", 19,23, 113, 91, 1.568)] public void TestGeometryAndResultForIssueWithDwpsFromTutorial(string location, int segmentIndex, int surfaceCount, int curveCount, int pointCount, double safetyFactor) { string inputString = File.ReadAllText(tutorialStability2D);