Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/DikeProfiles/DikeProfileDataReaderTest.cs =================================================================== diff -u -r46f1eb89e0553eb1a8ece85c08167f472d1fb66c -r11b25a9a8ba5c1fcadad1e32fa072e159aafff26 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/DikeProfiles/DikeProfileDataReaderTest.cs (.../DikeProfileDataReaderTest.cs) (revision 46f1eb89e0553eb1a8ece85c08167f472d1fb66c) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/DikeProfiles/DikeProfileDataReaderTest.cs (.../DikeProfileDataReaderTest.cs) (revision 11b25a9a8ba5c1fcadad1e32fa072e159aafff26) @@ -278,7 +278,7 @@ public void ReadDikeProfileData_FileWithOrientationOutOfRange_ThrowCriticalFileReadException( string faultyFileName, double expectedOrientationInFile) { - string expectedMessage = string.Format("De oriƫntatie ('{0}') moet in het bereik [0, 360] vallen.", + string expectedMessage = string.Format("De oriƫntatie ('{0}') moet in het bereik [0, 360] liggen.", expectedOrientationInFile); ReadFileAndExpectCriticalFileReadException(faultyFileName, 4, expectedMessage); } @@ -713,7 +713,7 @@ private void ReadDikeProfileData_FileWithRoughnessOutOfRange_ThrowsCriticalFileReadException( string faultyFileName, double expectedFaultyRoughness, int expectedLineNumber, string expectedLowerLimitText) { - string expectedMessage = string.Format("De ingelezen ruwheid ('{0}') moet in het bereik [{1}, 1] vallen.", + string expectedMessage = string.Format("De ingelezen ruwheid ('{0}') moet in het bereik [{1}, 1] liggen.", expectedFaultyRoughness, expectedLowerLimitText); ReadFileAndExpectCriticalFileReadException(faultyFileName, expectedLineNumber, expectedMessage); }