Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/StorageSqLiteTest.cs =================================================================== diff -u -r7ab3572b4460666f30900c9a974161ed38d901c5 -r49bb6b0268c1620312b82ce18ece76fdaf86a195 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/StorageSqLiteTest.cs (.../StorageSqLiteTest.cs) (revision 7ab3572b4460666f30900c9a974161ed38d901c5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/StorageSqLiteTest.cs (.../StorageSqLiteTest.cs) (revision 49bb6b0268c1620312b82ce18ece76fdaf86a195) @@ -172,7 +172,7 @@ { updateStorageException = Assert.Throws(test); } - string expectedMessage = String.Format("Fout bij het schrijven van bestand '{0}': {1}", + string expectedMessage = String.Format("Fout bij het schrijven naar bestand '{0}': {1}", tempFile, "Een fout is opgetreden met schrijven naar het nieuwe Ringtoets bestand."); Assert.AreEqual(expectedMessage, updateStorageException.Message); @@ -248,7 +248,7 @@ // Assert UpdateStorageException exception = Assert.Throws(test); - string expectedMessage = String.Format(@"Fout bij het schrijven van bestand '{0}'{1}: {2}", tempFile, "", + string expectedMessage = String.Format(@"Fout bij het schrijven naar bestand '{0}'{1}: {2}", tempFile, "", String.Format("Het object '{0}' met id '{1}' is niet gevonden.", "project", project.StorageId)); Assert.AreEqual(expectedMessage, exception.Message); }