Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresInputTest.cs =================================================================== diff -u -r37f13bb1e3dd02fb150f737fab3199027c29754e -r974fb1eadbd8a630c7a992648ad42ac85ec205b1 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresInputTest.cs (.../StabilityPointStructuresInputTest.cs) (revision 37f13bb1e3dd02fb150f737fab3199027c29754e) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresInputTest.cs (.../StabilityPointStructuresInputTest.cs) (revision 974fb1eadbd8a630c7a992648ad42ac85ec205b1) @@ -661,6 +661,7 @@ } [Test] + [SetCulture("nl-NL")] [TestCase(-1.1)] [TestCase(2)] [TestCase(double.NaN)] @@ -673,7 +674,7 @@ TestDelegate call = () => input.FailureProbabilityRepairClosure = probability; // Assert - TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, "De waarde voor de faalkans moet in het bereik [0, 1] liggen."); + TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, "De waarde voor de faalkans moet in het bereik [0,0, 1,0] liggen."); } [Test] @@ -771,6 +772,7 @@ } [Test] + [SetCulture("nl-NL")] [TestCase(-1.1)] [TestCase(2)] [TestCase(double.NaN)] @@ -783,7 +785,7 @@ TestDelegate call = () => input.ProbabilityCollisionSecondaryStructure = probability; // Assert - TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, "Kans moet in het bereik [0, 1] liggen."); + TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, "Kans moet in het bereik [0,0, 1,0] liggen."); } [Test]