Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -r683ff9234262d9fa3bea5edc0abe35254f80e49d -rc231e2ac0709fa09b47af14f12b8f617c3c6d101
--- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 683ff9234262d9fa3bea5edc0abe35254f80e49d)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c231e2ac0709fa09b47af14f12b8f617c3c6d101)
@@ -235,7 +235,7 @@
}
///
- /// Looks up a localized string similar to Er moet voor een scenario een contributie of relevantie worden opgegeven..
+ /// Looks up a localized string similar to In een berekening moet voor het scenario tenminste de relevantie of contributie worden opgegeven..
///
public static string CalculationConfigurationImporter_TrySetScenarioParameters_Scenario_empty {
get {
Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.resx
===================================================================
diff -u -r683ff9234262d9fa3bea5edc0abe35254f80e49d -rc231e2ac0709fa09b47af14f12b8f617c3c6d101
--- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.resx (.../Resources.resx) (revision 683ff9234262d9fa3bea5edc0abe35254f80e49d)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.resx (.../Resources.resx) (revision c231e2ac0709fa09b47af14f12b8f617c3c6d101)
@@ -663,7 +663,7 @@
..\Resources\ScenarioSchema.xsd;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252
- Er moet voor een scenario een contributie of relevantie worden opgegeven.
+ In een berekening moet voor het scenario tenminste de relevantie of contributie worden opgegeven.
Een punt in de geometrie voor de profielschematisatie heeft geen waarde.
Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/Configurations/Import/CalculationConfigurationImporterTest.cs
===================================================================
diff -u -r8ebf5b222f3b052df95f6164ac488a5e7760cf68 -rc231e2ac0709fa09b47af14f12b8f617c3c6d101
--- Ringtoets/Common/test/Ringtoets.Common.IO.Test/Configurations/Import/CalculationConfigurationImporterTest.cs (.../CalculationConfigurationImporterTest.cs) (revision 8ebf5b222f3b052df95f6164ac488a5e7760cf68)
+++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/Configurations/Import/CalculationConfigurationImporterTest.cs (.../CalculationConfigurationImporterTest.cs) (revision c231e2ac0709fa09b47af14f12b8f617c3c6d101)
@@ -747,7 +747,7 @@
calculationScenario);
// Assert
- string expectedMessage = "Er moet voor een scenario een contributie of relevantie worden opgegeven. " +
+ string expectedMessage = "In een berekening moet voor het scenario tenminste de relevantie of contributie worden opgegeven. " +
$"Berekening '{calculationScenarioName}' is overgeslagen.";
TestHelper.AssertLogMessageWithLevelIsGenerated(call, Tuple.Create(expectedMessage, LogLevelConstant.Error), 1);
Assert.IsFalse(successful);
Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Configurations/MacroStabilityInwardsCalculationConfigurationImporterTest.cs
===================================================================
diff -u -r8ebf5b222f3b052df95f6164ac488a5e7760cf68 -rc231e2ac0709fa09b47af14f12b8f617c3c6d101
--- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Configurations/MacroStabilityInwardsCalculationConfigurationImporterTest.cs (.../MacroStabilityInwardsCalculationConfigurationImporterTest.cs) (revision 8ebf5b222f3b052df95f6164ac488a5e7760cf68)
+++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Configurations/MacroStabilityInwardsCalculationConfigurationImporterTest.cs (.../MacroStabilityInwardsCalculationConfigurationImporterTest.cs) (revision c231e2ac0709fa09b47af14f12b8f617c3c6d101)
@@ -300,7 +300,7 @@
Action call = () => successful = importer.Import();
// Assert
- const string expectedMessage = "Er moet voor een scenario een contributie of relevantie worden opgegeven. " +
+ const string expectedMessage = "In een berekening moet voor het scenario tenminste de relevantie of contributie worden opgegeven. " +
"Berekening 'Calculation' is overgeslagen.";
TestHelper.AssertLogMessageIsGenerated(call, expectedMessage, 1);
Assert.IsTrue(successful);
Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Configurations/PipingCalculationConfigurationImporterTest.cs
===================================================================
diff -u -rd182eff9a28f7a938d34e12be2ab9e1cd6c92e35 -rc231e2ac0709fa09b47af14f12b8f617c3c6d101
--- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Configurations/PipingCalculationConfigurationImporterTest.cs (.../PipingCalculationConfigurationImporterTest.cs) (revision d182eff9a28f7a938d34e12be2ab9e1cd6c92e35)
+++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Configurations/PipingCalculationConfigurationImporterTest.cs (.../PipingCalculationConfigurationImporterTest.cs) (revision c231e2ac0709fa09b47af14f12b8f617c3c6d101)
@@ -495,7 +495,7 @@
Action call = () => successful = importer.Import();
// Assert
- const string expectedMessage = "Er moet voor een scenario een contributie of relevantie worden opgegeven. " +
+ const string expectedMessage = "In een berekening moet voor het scenario tenminste de relevantie of contributie worden opgegeven. " +
"Berekening 'Calculation' is overgeslagen.";
TestHelper.AssertLogMessageIsGenerated(call, expectedMessage, 1);
Assert.IsTrue(successful);