Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/FailureMechanismContributionPropertiesIntegrationTest.cs =================================================================== diff -u -rffa34dc6feb3d5fdf246cb89f7e1c11990ccc960 -r4d47d709e61dac47ba7b23d6bd14eab332180db7 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/FailureMechanismContributionPropertiesIntegrationTest.cs (.../FailureMechanismContributionPropertiesIntegrationTest.cs) (revision ffa34dc6feb3d5fdf246cb89f7e1c11990ccc960) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/FailureMechanismContributionPropertiesIntegrationTest.cs (.../FailureMechanismContributionPropertiesIntegrationTest.cs) (revision 4d47d709e61dac47ba7b23d6bd14eab332180db7) @@ -20,6 +20,7 @@ // All rights reserved. using System; +using System.Globalization; using System.Linq; using Core.Common.Base; using Core.Common.Gui.Commands; @@ -52,8 +53,8 @@ "Alle berekende resultaten voor alle hydraulische randvoorwaardenlocaties zijn verwijderd."; private const string messageCalculationsremoved = "De resultaten van {0} berekeningen zijn verwijderd."; - private const string newLowerLimitNorm = "0.01"; - private const string newSignalingNorm = "0.000001"; + private readonly string newLowerLimitNorm = 0.01.ToString(CultureInfo.CurrentCulture); + private readonly string newSignalingNorm = 0.000001.ToString(CultureInfo.CurrentCulture); private const NormType newNormativeNorm = NormType.Signaling; #region AllDataAndOutputSet