Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs =================================================================== diff -u -r7073 -r7075 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 7073) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/IssuesTests.cs (.../IssuesTests.cs) (revision 7075) @@ -77,7 +77,7 @@ private static void TestGeometryAndResult(string calcDirectory, string xmlInput, string location, string segment, int surfaceCount, int curveCount, int pointCount, int surfaceLinePointCount, double safetyFactor) { - const string partOfActualExceptionMessage = "DAM kon geen geldig 2D‑grondprofiel genereren bij het " + + const string partOfExpectedExceptionMessage = "DAM kon geen geldig 2D‑grondprofiel genereren bij het " + "combineren van de hoogtegeometrie uit het CSV‑bestand met het grondprofiel uit het STIX‑bestand."; if (Directory.Exists(calcDirectory)) { @@ -123,7 +123,7 @@ if (surfaceCount == 0) { - Assert.That(actualExceptionMessage, Does.Contain(partOfActualExceptionMessage)); + Assert.That(actualExceptionMessage, Does.Contain(partOfExpectedExceptionMessage)); } else {