Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs =================================================================== diff -u -rd2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6 -r866c784ab07dfe5f28c0b25eeaa7d8a82ab55253 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 866c784ab07dfe5f28c0b25eeaa7d8a82ab55253) @@ -22,7 +22,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -91,7 +91,7 @@ } /// - /// Looks up a localized string similar to Dijkprofiel locaties. + /// Looks up a localized string similar to Dijkprofiellocaties. /// public static string DikeProfilesImporter_DisplayName { get { @@ -213,7 +213,7 @@ } /// - /// Looks up a localized string similar to Voorlandprofiel locaties. + /// Looks up a localized string similar to Voorlandprofiellocaties. /// public static string ForeshoreProfilesImporter_DisplayName { get { @@ -222,7 +222,7 @@ } /// - /// Looks up a localized string similar to Kan geen geldige voorlandprofieldata vinden voor voorlandprofiel locatie met ID: {0}. + /// Looks up a localized string similar to Kan geen geldige gegevens vinden voor voorlandprofiellocatie met ID {0}. /// public static string ForeshoreProfilesImporter_GetMatchingForeshoreProfileData_no_foreshoreprofiledata_for_location_0_ { get { @@ -350,7 +350,7 @@ } /// - /// Looks up a localized string similar to Een profiel locatie met ID '{0}' ligt niet op de referentielijn. Locatie wordt overgeslagen.. + /// Looks up a localized string similar to Een profiellocatie met ID '{0}' ligt niet op de referentielijn. Locatie wordt overgeslagen.. /// public static string ProfilesImporter_AddNextProfileLocation_0_skipping_location_outside_referenceline { get { @@ -360,7 +360,7 @@ } /// - /// Looks up a localized string similar to Profiel locatie met ID '{0}' is opnieuw ingelezen.. + /// Looks up a localized string similar to Profiellocatie met ID '{0}' is opnieuw ingelezen.. /// public static string ProfilesImporter_AddNextProfileLocation_Location_with_id_0_already_read { get { @@ -379,7 +379,7 @@ } /// - /// Looks up a localized string similar to Inlezen van profiel locatie.. + /// Looks up a localized string similar to Inlezen van profiellocatie.. /// public static string ProfilesImporter_GetProfileLocationReadResult_reading_profilelocation { get { @@ -388,7 +388,7 @@ } /// - /// Looks up a localized string similar to Meerdere profieldata definities gevonden voor profiel '{0}'. Bestand '{1}' wordt overgeslagen.. + /// Looks up a localized string similar to Meerdere definities gevonden voor profiel '{0}'. Bestand '{1}' wordt overgeslagen.. /// public static string ProfilesImporter_LogDuplicateDikeProfileData_Multiple_DikeProfileData_found_for_DikeProfile_0_File_1_skipped { get { @@ -425,7 +425,7 @@ } /// - /// Looks up a localized string similar to Inlezen van profiel locaties uit een shapebestand.. + /// Looks up a localized string similar to Inlezen van profiellocaties uit een shapebestand.. /// public static string ProfilesImporter_ReadProfileLocations_reading_profilelocations { get { Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx =================================================================== diff -u -rd2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6 -r866c784ab07dfe5f28c0b25eeaa7d8a82ab55253 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision d2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 866c784ab07dfe5f28c0b25eeaa7d8a82ab55253) @@ -162,25 +162,25 @@ ..\Resources\Exceptions_DoNotCalculate.csv;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - Voorlandprofiel locaties + Voorlandprofiellocaties ..\Resources\Foreshore.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Een profiel locatie met ID '{0}' ligt niet op de referentielijn. Locatie wordt overgeslagen. + Een profiellocatie met ID '{0}' ligt niet op de referentielijn. Locatie wordt overgeslagen. - Profiel locatie met ID '{0}' is opnieuw ingelezen. + Profiellocatie met ID '{0}' is opnieuw ingelezen. - Dijkprofiel locaties + Dijkprofiellocaties Fout bij het lezen van profiel op regel {0}. {1} Dit profiel wordt overgeslagen. - Inlezen van profiel locatie. + Inlezen van profiellocatie. Kan geen geldige voorland- en dijkprofieldata vinden voor dijkprofiel locatie met ID: {0} @@ -192,7 +192,7 @@ Er is geen referentielijn beschikbaar. Geen data ingelezen. - Meerdere profieldata definities gevonden voor profiel '{0}'. Bestand '{1}' wordt overgeslagen. + Meerdere definities gevonden voor profiel '{0}'. Bestand '{1}' wordt overgeslagen. Inlezen van profieldata. @@ -204,10 +204,10 @@ Profieldata specificeert een damwand waarde ongelijk aan 0. Bestand wordt overgeslagen: {0} - Inlezen van profiel locaties uit een shapebestand. + Inlezen van profiellocaties uit een shapebestand. - Kan geen geldige voorlandprofieldata vinden voor voorlandprofiel locatie met ID: {0} + Kan geen geldige gegevens vinden voor voorlandprofiellocatie met ID {0} Voorlandprofielen importeren is afgebroken. Geen data ingelezen. Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/DikeProfilesImporterTest.cs =================================================================== diff -u -rd2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6 -r866c784ab07dfe5f28c0b25eeaa7d8a82ab55253 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/DikeProfilesImporterTest.cs (.../DikeProfilesImporterTest.cs) (revision d2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/DikeProfilesImporterTest.cs (.../DikeProfilesImporterTest.cs) (revision 866c784ab07dfe5f28c0b25eeaa7d8a82ab55253) @@ -137,7 +137,7 @@ Action call = () => importResult = dikeProfilesImporter.Import(); // Assert - string expectedMessage = "Een profiel locatie met ID 'profiel005' ligt niet op de referentielijn. Locatie wordt overgeslagen."; + string expectedMessage = "Een profiellocatie met ID 'profiel005' ligt niet op de referentielijn. Locatie wordt overgeslagen."; TestHelper.AssertLogMessageIsGenerated(call, expectedMessage); Assert.IsTrue(importResult); } @@ -165,12 +165,12 @@ Assert.IsTrue(importResult); List expectedProgressMessages = new List { - new ProgressNotification("Inlezen van profiel locaties uit een shapebestand.", 1, 1), - new ProgressNotification("Inlezen van profiel locatie.", 1, 5), - new ProgressNotification("Inlezen van profiel locatie.", 2, 5), - new ProgressNotification("Inlezen van profiel locatie.", 3, 5), - new ProgressNotification("Inlezen van profiel locatie.", 4, 5), - new ProgressNotification("Inlezen van profiel locatie.", 5, 5), + new ProgressNotification("Inlezen van profiellocaties uit een shapebestand.", 1, 1), + new ProgressNotification("Inlezen van profiellocatie.", 1, 5), + new ProgressNotification("Inlezen van profiellocatie.", 2, 5), + new ProgressNotification("Inlezen van profiellocatie.", 3, 5), + new ProgressNotification("Inlezen van profiellocatie.", 4, 5), + new ProgressNotification("Inlezen van profiellocatie.", 5, 5), new ProgressNotification("Inlezen van profieldata uit een prfl bestand.", 1, 1), new ProgressNotification("Inlezen van profieldata.", 1, 5), new ProgressNotification("Inlezen van profieldata.", 2, 5), @@ -229,12 +229,12 @@ Assert.IsTrue(importResult); List expectedProgressMessages = new List { - new ProgressNotification("Inlezen van profiel locaties uit een shapebestand.", 1, 1), - new ProgressNotification("Inlezen van profiel locatie.", 1, 5), - new ProgressNotification("Inlezen van profiel locatie.", 2, 5), - new ProgressNotification("Inlezen van profiel locatie.", 3, 5), - new ProgressNotification("Inlezen van profiel locatie.", 4, 5), - new ProgressNotification("Inlezen van profiel locatie.", 5, 5), + new ProgressNotification("Inlezen van profiellocaties uit een shapebestand.", 1, 1), + new ProgressNotification("Inlezen van profiellocatie.", 1, 5), + new ProgressNotification("Inlezen van profiellocatie.", 2, 5), + new ProgressNotification("Inlezen van profiellocatie.", 3, 5), + new ProgressNotification("Inlezen van profiellocatie.", 4, 5), + new ProgressNotification("Inlezen van profiellocatie.", 5, 5), new ProgressNotification("Inlezen van profieldata uit een prfl bestand.", 1, 1), new ProgressNotification("Inlezen van profieldata.", 1, 5), new ProgressNotification("Inlezen van profieldata.", 2, 5), Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ForeshoreProfilesImporterTest.cs =================================================================== diff -u -rd2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6 -r866c784ab07dfe5f28c0b25eeaa7d8a82ab55253 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ForeshoreProfilesImporterTest.cs (.../ForeshoreProfilesImporterTest.cs) (revision d2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ForeshoreProfilesImporterTest.cs (.../ForeshoreProfilesImporterTest.cs) (revision 866c784ab07dfe5f28c0b25eeaa7d8a82ab55253) @@ -119,7 +119,7 @@ TestHelper.AssertLogMessages(call, messages => { string[] messageArray = messages.ToArray(); - string expectedMessage = "Kan geen geldige voorlandprofieldata vinden voor voorlandprofiel locatie met ID: unmatchable"; + string expectedMessage = "Kan geen geldige gegevens vinden voor voorlandprofiellocatie met ID unmatchable"; Assert.AreEqual(expectedMessage, messageArray[0]); }); Assert.IsTrue(importResult); @@ -156,7 +156,7 @@ Action call = () => importResult = foreshoreProfilesImporter.Import(); // Assert - string expectedMessage = "Een profiel locatie met ID 'profiel005' ligt niet op de referentielijn. Locatie wordt overgeslagen."; + string expectedMessage = "Een profiellocatie met ID 'profiel005' ligt niet op de referentielijn. Locatie wordt overgeslagen."; TestHelper.AssertLogMessageIsGenerated(call, expectedMessage); Assert.IsTrue(importResult); Assert.AreEqual(4, failureMechanism.ForeshoreProfiles.Count); @@ -188,12 +188,12 @@ Assert.IsTrue(importResult); List expectedProgressMessages = new List { - new ProgressNotification("Inlezen van profiel locaties uit een shapebestand.", 1, 1), - new ProgressNotification("Inlezen van profiel locatie.", 1, 5), - new ProgressNotification("Inlezen van profiel locatie.", 2, 5), - new ProgressNotification("Inlezen van profiel locatie.", 3, 5), - new ProgressNotification("Inlezen van profiel locatie.", 4, 5), - new ProgressNotification("Inlezen van profiel locatie.", 5, 5), + new ProgressNotification("Inlezen van profiellocaties uit een shapebestand.", 1, 1), + new ProgressNotification("Inlezen van profiellocatie.", 1, 5), + new ProgressNotification("Inlezen van profiellocatie.", 2, 5), + new ProgressNotification("Inlezen van profiellocatie.", 3, 5), + new ProgressNotification("Inlezen van profiellocatie.", 4, 5), + new ProgressNotification("Inlezen van profiellocatie.", 5, 5), new ProgressNotification("Inlezen van profieldata uit een prfl bestand.", 1, 1), new ProgressNotification("Inlezen van profieldata.", 1, 5), new ProgressNotification("Inlezen van profieldata.", 2, 5), @@ -268,12 +268,12 @@ Assert.IsTrue(importResult); List expectedProgressMessages = new List { - new ProgressNotification("Inlezen van profiel locaties uit een shapebestand.", 1, 1), - new ProgressNotification("Inlezen van profiel locatie.", 1, 5), - new ProgressNotification("Inlezen van profiel locatie.", 2, 5), - new ProgressNotification("Inlezen van profiel locatie.", 3, 5), - new ProgressNotification("Inlezen van profiel locatie.", 4, 5), - new ProgressNotification("Inlezen van profiel locatie.", 5, 5), + new ProgressNotification("Inlezen van profiellocaties uit een shapebestand.", 1, 1), + new ProgressNotification("Inlezen van profiellocatie.", 1, 5), + new ProgressNotification("Inlezen van profiellocatie.", 2, 5), + new ProgressNotification("Inlezen van profiellocatie.", 3, 5), + new ProgressNotification("Inlezen van profiellocatie.", 4, 5), + new ProgressNotification("Inlezen van profiellocatie.", 5, 5), new ProgressNotification("Inlezen van profieldata uit een prfl bestand.", 1, 1), new ProgressNotification("Inlezen van profieldata.", 1, 5), new ProgressNotification("Inlezen van profieldata.", 2, 5), Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ProfilesImporterTest.cs =================================================================== diff -u -rd2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6 -r866c784ab07dfe5f28c0b25eeaa7d8a82ab55253 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ProfilesImporterTest.cs (.../ProfilesImporterTest.cs) (revision d2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ProfilesImporterTest.cs (.../ProfilesImporterTest.cs) (revision 866c784ab07dfe5f28c0b25eeaa7d8a82ab55253) @@ -326,7 +326,7 @@ Action call = () => importResult = testProfilesImporter.Import(); // Assert - var expectedMessages = Enumerable.Repeat("Een profiel locatie met ID 'profiel001' ligt niet op de referentielijn. Locatie wordt overgeslagen.", 5).ToArray(); + var expectedMessages = Enumerable.Repeat("Een profiellocatie met ID 'profiel001' ligt niet op de referentielijn. Locatie wordt overgeslagen.", 5).ToArray(); TestHelper.AssertLogMessagesAreGenerated(call, expectedMessages, expectedMessages.Length); Assert.IsTrue(importResult); } @@ -377,8 +377,8 @@ // Assert Action> asserts = messages => - { - var start = "Meerdere profieldata definities gevonden voor profiel 'profiel001'. Bestand '"; + { + var start = "Meerdere definities gevonden voor profiel 'profiel001'. Bestand '"; var end = "' wordt overgeslagen."; bool found = messages.Any(m => m.StartsWith(start) && m.EndsWith(end)); Assert.IsTrue(found); @@ -405,7 +405,7 @@ TestHelper.AssertLogMessages(call, messages => { string[] messageArray = messages.ToArray(); - string expectedMessage = "Profiel locatie met ID 'profiel001' is opnieuw ingelezen."; + string expectedMessage = "Profiellocatie met ID 'profiel001' is opnieuw ingelezen."; Assert.AreEqual(expectedMessage, messageArray[0]); Assert.AreEqual(expectedMessage, messageArray[1]); }); Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ImportInfos/DikeProfilesContextImportInfoTest.cs =================================================================== diff -u -rd2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6 -r866c784ab07dfe5f28c0b25eeaa7d8a82ab55253 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ImportInfos/DikeProfilesContextImportInfoTest.cs (.../DikeProfilesContextImportInfoTest.cs) (revision d2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ImportInfos/DikeProfilesContextImportInfoTest.cs (.../DikeProfilesContextImportInfoTest.cs) (revision 866c784ab07dfe5f28c0b25eeaa7d8a82ab55253) @@ -41,7 +41,7 @@ string name = importInfo.Name; // Assert - Assert.AreEqual("Dijkprofiel locaties", name); + Assert.AreEqual("Dijkprofiellocaties", name); } [Test] Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs =================================================================== diff -u -r832fae2b215f8d6165628111b344a0dc03b1f669 -r866c784ab07dfe5f28c0b25eeaa7d8a82ab55253 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs (.../ForeshoreProfilesContextImportInfoTest.cs) (revision 832fae2b215f8d6165628111b344a0dc03b1f669) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs (.../ForeshoreProfilesContextImportInfoTest.cs) (revision 866c784ab07dfe5f28c0b25eeaa7d8a82ab55253) @@ -61,7 +61,7 @@ string name = importInfo.Name; // Assert - Assert.AreEqual("Voorlandprofiel locaties", name); + Assert.AreEqual("Voorlandprofiellocaties", name); } [Test]