Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs =================================================================== diff -u -r5527 -r5600 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 5527) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 5600) @@ -38,9 +38,9 @@ [Test] [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.766)] - [TestCase("DWP_20", 19,23, 113, 91, 1.568)] + [TestCase("DWP_8", 7,26, 129, 104, 1.051)] + [TestCase("DWP_16", 15,26, 117, 92, 0.749)] + [TestCase("DWP_20", 19,23, 113, 91, 1.523)] public void TestGeometryAndResultForIssueWithDwpsFromTutorial(string location, int segmentIndex, int surfaceCount, int curveCount, int pointCount, double safetyFactor) { string inputString = File.ReadAllText(tutorialStability2D);