Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/RingtoetsPipingSurfaceLineTest.cs =================================================================== diff -u -r34023112e9d57acf92ed6a713d6e2d1df8548098 -r18e230605af8cda1d527525691b2ba9597bf1464 --- Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/RingtoetsPipingSurfaceLineTest.cs (.../RingtoetsPipingSurfaceLineTest.cs) (revision 34023112e9d57acf92ed6a713d6e2d1df8548098) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/RingtoetsPipingSurfaceLineTest.cs (.../RingtoetsPipingSurfaceLineTest.cs) (revision 18e230605af8cda1d527525691b2ba9597bf1464) @@ -263,6 +263,7 @@ } [Test] + [SetCulture("nl-NL")] [TestCase(-1)] [TestCase(-5e-3)] [TestCase(3.1 + 5e-3)] @@ -284,8 +285,7 @@ TestDelegate test = () => surfaceLine.GetZAtL((RoundedDouble) l); // Assert - var expectedMessage = string.Format("Kan geen hoogte bepalen. De lokale coördinaat moet in het bereik [0, {0}] liggen.", - 3.1); + const string expectedMessage = "Kan geen hoogte bepalen. De lokale coördinaat moet in het bereik [0,0, 3,1] liggen."; TestHelper.AssertThrowsArgumentExceptionAndTestMessage(test, expectedMessage); } @@ -747,7 +747,7 @@ var surfaceLine = new RingtoetsPipingSurfaceLine(); const string expectedName = "Other name"; - Point3D[] expectedGeometry = + Point3D[] expectedGeometry = { new Point3D(0, 1, 2), new Point3D(3, 4, 5),