Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/FailureMechanismSectionsImporterTest.cs =================================================================== diff -u -r9a196c8bc554a2e97ff094d7ffb2e99c42eb04fd -r355010200cb0321da0786bc1170c396c64e2845e --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/FailureMechanismSectionsImporterTest.cs (.../FailureMechanismSectionsImporterTest.cs) (revision 9a196c8bc554a2e97ff094d7ffb2e99c42eb04fd) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/FailureMechanismSectionsImporterTest.cs (.../FailureMechanismSectionsImporterTest.cs) (revision 355010200cb0321da0786bc1170c396c64e2845e) @@ -220,7 +220,7 @@ { new ProgressNotification("Inlezen vakindeling.", 1, 3), new ProgressNotification("Valideren ingelezen vakindeling.", 2, 3), - new ProgressNotification("Geïmporteerde data toevoegen aan het toetsspoor.", 3, 3) + new ProgressNotification("Geïmporteerde gegevens toevoegen aan het toetsspoor.", 3, 3) }; Assert.AreEqual(expectedProgressMessages.Length, progressChangeNotifications.Count); for (int i = 0; i < expectedProgressMessages.Length; i++)