Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Commands/AssessmentSectionFromFileCommandHandlerTest.cs =================================================================== diff -u -r04e456a3c39bc3a6e9c4cba357964aa9c83f258c -r9ccccb49274ddad9696632ec89efda0ce2e34afc --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Commands/AssessmentSectionFromFileCommandHandlerTest.cs (.../AssessmentSectionFromFileCommandHandlerTest.cs) (revision 04e456a3c39bc3a6e9c4cba357964aa9c83f258c) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Commands/AssessmentSectionFromFileCommandHandlerTest.cs (.../AssessmentSectionFromFileCommandHandlerTest.cs) (revision 9ccccb49274ddad9696632ec89efda0ce2e34afc) @@ -137,7 +137,7 @@ Action action = () => assessmentSectionFromFileCommandHandler.AddAssessmentSectionFromFile(); // Assert - var expectedMessage = string.Format("Fout bij het lezen van bestand '{0}': De map locatie is ongeldig.", pathToNonExistingFolder); + var expectedMessage = string.Format("De map met specificaties voor trajecten '{0}' is niet gevonden.", pathToNonExistingFolder); TestHelper.AssertLogMessageIsGenerated(action, expectedMessage); mockRepository.VerifyAll(); }