Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
===================================================================
diff -u -r355010200cb0321da0786bc1170c396c64e2845e -re111b5191baff1848429f76f4e8da97e565e4270
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 355010200cb0321da0786bc1170c396c64e2845e)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e111b5191baff1848429f76f4e8da97e565e4270)
@@ -240,7 +240,7 @@
}
///
- /// Looks up a localized string similar to Kan geen geldige gegevens vinden voor voorlandprofiellocatie 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 {
Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx
===================================================================
diff -u -r355010200cb0321da0786bc1170c396c64e2845e -re111b5191baff1848429f76f4e8da97e565e4270
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 355010200cb0321da0786bc1170c396c64e2845e)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision e111b5191baff1848429f76f4e8da97e565e4270)
@@ -207,7 +207,7 @@
Inlezen van profiellocaties uit een shapebestand.
- Kan geen geldige gegevens vinden voor voorlandprofiellocatie met ID {0}
+ Kan geen geldige gegevens vinden voor voorlandprofiellocatie met ID '{0}'.
Voorlandprofielen importeren is afgebroken. Geen gegevens ingelezen.
Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ForeshoreProfilesImporterTest.cs
===================================================================
diff -u -r355010200cb0321da0786bc1170c396c64e2845e -re111b5191baff1848429f76f4e8da97e565e4270
--- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ForeshoreProfilesImporterTest.cs (.../ForeshoreProfilesImporterTest.cs) (revision 355010200cb0321da0786bc1170c396c64e2845e)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/ForeshoreProfilesImporterTest.cs (.../ForeshoreProfilesImporterTest.cs) (revision e111b5191baff1848429f76f4e8da97e565e4270)
@@ -119,7 +119,7 @@
TestHelper.AssertLogMessages(call, messages =>
{
string[] messageArray = messages.ToArray();
- string expectedMessage = "Kan geen geldige gegevens vinden voor voorlandprofiellocatie met ID unmatchable";
+ string expectedMessage = "Kan geen geldige gegevens vinden voor voorlandprofiellocatie met ID 'unmatchable'.";
Assert.AreEqual(expectedMessage, messageArray[0]);
});
Assert.IsTrue(importResult);