Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs =================================================================== diff -u -r7060 -r7071 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 7060) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 7071) @@ -64,15 +64,15 @@ [SetUICulture("nl-NL")] [Test] - [TestCase("DWP-SC0035+50m_88111_3", "Schermer_sectie_3")] - [TestCase("DWP-SC0200+50m_88111_11", "Schermer_sectie_11")] - [TestCase("DWP_SC0234_88111_13", "Schermer_sectie_13")] - [TestCase("DWP_SC0264+50m_88111_14", "Schermer_sectie_14")] - public void TestGeometryAndResultForIssueMWDAM_3279(string location, string segment) + [TestCase("DWP-SC0035+50m_88111_3", "Schermer_sectie_3", 25, 260, 236, 209, 0.740)] + [TestCase("DWP-SC0200+50m_88111_11", "Schermer_sectie_11", 16, 217, 202, 163, 0.839)] + [TestCase("DWP_SC0234_88111_13", "Schermer_sectie_13", 22, 205, 184, 150, 1.444)] + [TestCase("DWP_SC0264+50m_88111_14", "Schermer_sectie_14", 17, 217, 201, 174, 0.880)] + public void TestGeometryAndResultForIssueMWDAM_3279(string location, string segment, int surfaceCount, int curveCount, int pointCount, int surfaceLinePointCount, double safetyFactor) { const string calcDir = "TestGeometryAndResultForIssueMWDAM_3279"; const string xmlInput = @"TestFiles\InputFileMWDAM-3279.xml"; - TestGeometryAndResult(calcDir, xmlInput, location, segment, 0, 0, 0, 0, 0); + TestGeometryAndResult(calcDir, xmlInput, location, segment, surfaceCount, curveCount, pointCount, surfaceLinePointCount, safetyFactor); } private static void TestGeometryAndResult(string calcDirectory, string xmlInput, string location, string segment, int surfaceCount, int curveCount, int pointCount, int surfaceLinePointCount, double safetyFactor)