Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/DikeProfiles/DikeProfileLocationReaderTest.cs =================================================================== diff -u -re2b7cf253e2e106ce8b8647e405b883c0c768c18 -r7dd0e37f171e62ef092707ffbc63dd64f5e9b674 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/DikeProfiles/DikeProfileLocationReaderTest.cs (.../DikeProfileLocationReaderTest.cs) (revision e2b7cf253e2e106ce8b8647e405b883c0c768c18) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/DikeProfiles/DikeProfileLocationReaderTest.cs (.../DikeProfileLocationReaderTest.cs) (revision 7dd0e37f171e62ef092707ffbc63dd64f5e9b674) @@ -133,7 +133,7 @@ TestDelegate call = () => new DikeProfileLocationReader(invalidFilePath); // Assert - var expectedMessage = string.Format("Het bestand heeft geen attribuut '{0}' welke vereist is om de locaties van de dijkprofielen in te lezen.", + var expectedMessage = string.Format("Het bestand heeft geen attribuut '{0}'. Dit attribuut is vereist.", missingColumnName); string message = Assert.Throws(call).Message; Assert.AreEqual(expectedMessage, message);