Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsGridSettingsPropertiesTest.cs =================================================================== diff -u -re63dcbcfc3539e54d563a826d494bf5909cdbdc8 -r5d16bb16bb6c1de18fc053fa842c6814845bc6b9 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsGridSettingsPropertiesTest.cs (.../MacroStabilityInwardsGridSettingsPropertiesTest.cs) (revision e63dcbcfc3539e54d563a826d494bf5909cdbdc8) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsGridSettingsPropertiesTest.cs (.../MacroStabilityInwardsGridSettingsPropertiesTest.cs) (revision 5d16bb16bb6c1de18fc053fa842c6814845bc6b9) @@ -29,6 +29,7 @@ using Core.Common.Utils; using NUnit.Framework; using Rhino.Mocks; +using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Forms.ChangeHandlers; using Ringtoets.Common.Forms.PropertyClasses; using Ringtoets.Common.Forms.TestUtil; @@ -227,8 +228,8 @@ Assert.AreEqual(moveGrid, input.MoveGrid); Assert.AreEqual(gridDetermination, input.GridDetermination); Assert.AreEqual(tangentLineDetermination, input.TangentLineDetermination); - Assert.AreEqual(tangentLineZTop, input.TangentLineZTop.Value); - Assert.AreEqual(tangentLineZBottom, input.TangentLineZBottom.Value); + Assert.AreEqual(tangentLineZTop, input.TangentLineZTop, input.TangentLineZTop.GetAccuracy()); + Assert.AreEqual(tangentLineZBottom, input.TangentLineZBottom, input.TangentLineZBottom.GetAccuracy()); } [Test]