Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
===================================================================
diff -u -r9a7ca9f790b29e29a05394ba97d076fcef46f21d -r5a1fc0370cd8163845a422ed3544f37cdb0f17fd
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9a7ca9f790b29e29a05394ba97d076fcef46f21d)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5a1fc0370cd8163845a422ed3544f37cdb0f17fd)
@@ -374,7 +374,7 @@
}
///
- /// Looks up a localized string similar to De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaard waarden conform WBI2017 voor de HLCD bestand informatie gebruikt..
+ /// Looks up a localized string similar to De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaardwaarden conform WBI2017 voor de HLCD bestand informatie gebruikt..
///
public static string HydraulicLocationConfigurationSettingsUpdateHelper_ReadHydraulicLocationConfigurationDatabaseSettings_No_ScenarioInformation_entries_present {
get {
Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx
===================================================================
diff -u -r9a7ca9f790b29e29a05394ba97d076fcef46f21d -r5a1fc0370cd8163845a422ed3544f37cdb0f17fd
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 9a7ca9f790b29e29a05394ba97d076fcef46f21d)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 5a1fc0370cd8163845a422ed3544f37cdb0f17fd)
@@ -238,6 +238,6 @@
Importeren van het HLCD bestand
- De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaard waarden conform WBI2017 voor de HLCD bestand informatie gebruikt.
+ De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaardwaarden conform WBI2017 voor de HLCD bestand informatie gebruikt.
\ No newline at end of file
Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs
===================================================================
diff -u -r9a7ca9f790b29e29a05394ba97d076fcef46f21d -r5a1fc0370cd8163845a422ed3544f37cdb0f17fd
--- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs (.../HydraulicBoundaryDatabaseUpdateHandlerTest.cs) (revision 9a7ca9f790b29e29a05394ba97d076fcef46f21d)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs (.../HydraulicBoundaryDatabaseUpdateHandlerTest.cs) (revision 5a1fc0370cd8163845a422ed3544f37cdb0f17fd)
@@ -736,7 +736,7 @@
hlcdFilePath);
// Assert
- const string expectedMessage = "De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaard waarden " +
+ const string expectedMessage = "De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaardwaarden " +
"conform WBI2017 voor de HLCD bestand informatie gebruikt.";
TestHelper.AssertLogMessageWithLevelIsGenerated(call, Tuple.Create(expectedMessage, LogLevelConstant.Warn), 1);
Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
===================================================================
diff -u -r39445f96c76b78d840b7d11f81ae1f1a2efa5402 -r5a1fc0370cd8163845a422ed3544f37cdb0f17fd
--- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs (.../HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs) (revision 39445f96c76b78d840b7d11f81ae1f1a2efa5402)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs (.../HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs) (revision 5a1fc0370cd8163845a422ed3544f37cdb0f17fd)
@@ -142,7 +142,7 @@
Action call = () => handler.Update(hydraulicBoundaryDatabase, null, hlcdFilePath);
// Assert
- const string expectedMessage = "De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaard waarden " +
+ const string expectedMessage = "De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaardwaarden " +
"conform WBI2017 voor de HLCD bestand informatie gebruikt.";
TestHelper.AssertLogMessageWithLevelIsGenerated(call, Tuple.Create(expectedMessage, LogLevelConstant.Warn), 1);
Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Helpers/HydraulicLocationConfigurationSettingsUpdateHelperTest.cs
===================================================================
diff -u -r9a7ca9f790b29e29a05394ba97d076fcef46f21d -r5a1fc0370cd8163845a422ed3544f37cdb0f17fd
--- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Helpers/HydraulicLocationConfigurationSettingsUpdateHelperTest.cs (.../HydraulicLocationConfigurationSettingsUpdateHelperTest.cs) (revision 9a7ca9f790b29e29a05394ba97d076fcef46f21d)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Helpers/HydraulicLocationConfigurationSettingsUpdateHelperTest.cs (.../HydraulicLocationConfigurationSettingsUpdateHelperTest.cs) (revision 5a1fc0370cd8163845a422ed3544f37cdb0f17fd)
@@ -67,7 +67,7 @@
Action call = () => HydraulicLocationConfigurationSettingsUpdateHelper.SetHydraulicLocationConfigurationSettings(settings, null, filePath);
// Assert
- const string expectedMessage = "De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaard waarden " +
+ const string expectedMessage = "De tabel 'ScenarioInformation' in het HLCD bestand is niet aanwezig, er worden standaardwaarden " +
"conform WBI2017 voor de HLCD bestand informatie gebruikt.";
TestHelper.AssertLogMessageWithLevelIsGenerated(call, Tuple.Create(expectedMessage, LogLevelConstant.Warn), 1);