Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ProfilesImporterTest.cs =================================================================== diff -u -r53264d86c84cc30a06519b1b86b7efeee9b6815f -r355010200cb0321da0786bc1170c396c64e2845e --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ProfilesImporterTest.cs (.../ProfilesImporterTest.cs) (revision 53264d86c84cc30a06519b1b86b7efeee9b6815f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ProfilesImporterTest.cs (.../ProfilesImporterTest.cs) (revision 355010200cb0321da0786bc1170c396c64e2845e) @@ -429,7 +429,7 @@ // Assert Action> asserts = messages => { - bool found = messages.Any(message => message.StartsWith("Profieldata specificeert een damwand waarde ongelijk aan 0. Bestand wordt overgeslagen:")); + bool found = messages.Any(message => message.StartsWith("Profielgegevens definiƫren een damwand waarde ongelijk aan 0. Bestand wordt overgeslagen:")); Assert.IsTrue(found); }; TestHelper.AssertLogMessages(call, asserts);