Index: DamEngine/trunk/src/Deltares.DamEngine.Io.Tests/IdValidatorTests.cs =================================================================== diff -u -r2102 -r2103 --- DamEngine/trunk/src/Deltares.DamEngine.Io.Tests/IdValidatorTests.cs (.../IdValidatorTests.cs) (revision 2102) +++ DamEngine/trunk/src/Deltares.DamEngine.Io.Tests/IdValidatorTests.cs (.../IdValidatorTests.cs) (revision 2103) @@ -57,7 +57,7 @@ [TestCase("location_12_2_1D1")] // Between "location_12" and "_2_1D1" there are 2 illegal characters (1F hex) [TestCase("The last character is incorrectÀ")] - [TestCase("A character ¡ int he middle is incorrect")] + [TestCase("A character ¡ in the middle is incorrect")] [TestCase("ÀThe first character is incorrect")] public void GivenInCorrectIdWhenValidatingThenFails(string id) {