Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs =================================================================== diff -u -r5847 -r5848 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 5847) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 5848) @@ -38,9 +38,9 @@ private const string tutorialStability2D = @"TestFiles\InputTutorialStability2D.xml"; [Test] - [TestCase("DWP_2", 1,15, 97, 83, 46,1.393)] - [TestCase("DWP_8", 7,26, 129, 104, 53, 1.051)] - [TestCase("DWP_16", 15,26, 117, 92, 47, 0.749)] + [TestCase("DWP_2", 1,15, 97, 83, 46,1.360)] + [TestCase("DWP_8", 7,26, 129, 104, 53, 1.016)] + [TestCase("DWP_16", 15,26, 117, 92, 47, 0.742)] [TestCase("DWP_20", 19,23, 113, 91, 50, 1.523)] public void TestGeometryAndResultForIssueWithDwpsFromTutorial(string location, int segmentIndex, int surfaceCount, int curveCount, int pointCount, int surfaceLinePointCount, double safetyFactor) {