Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/DikeProfiles/DikeProfileDataReaderTest.cs =================================================================== diff -u -r16d6d5ad38a45e4e0e8b3a9b41b3383d31595a36 -r1e9f5e1b97d42b5c9075d862329a85c8c2ac1520 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/DikeProfiles/DikeProfileDataReaderTest.cs (.../DikeProfileDataReaderTest.cs) (revision 16d6d5ad38a45e4e0e8b3a9b41b3383d31595a36) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/DikeProfiles/DikeProfileDataReaderTest.cs (.../DikeProfileDataReaderTest.cs) (revision 1e9f5e1b97d42b5c9075d862329a85c8c2ac1520) @@ -309,7 +309,7 @@ } [Test] - public void ReadDikeProfileData_FileWithNegativeForshorePointCount_ThrowCriticalFileReadException() + public void ReadDikeProfileData_FileWithNegativeForeshorePointCount_ThrowCriticalFileReadException() { string expectedMessage = "Het ingelezen aantal geometriepunten voorland ('-1') mag niet negatief zijn."; ReadFileAndExpectCriticalFileReadException("faulty_voorlandCountNegative.prfl", 9, expectedMessage);