Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/MacroStabilityInwardsOutputTestFactory.cs =================================================================== diff -u -rbd0bbaa4cd3baf1bc6572c24cc5a0466fb32228b -rdb798825b9ed601ec3716399ce46e19d2ff2d8ea --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/MacroStabilityInwardsOutputTestFactory.cs (.../MacroStabilityInwardsOutputTestFactory.cs) (revision bd0bbaa4cd3baf1bc6572c24cc5a0466fb32228b) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/MacroStabilityInwardsOutputTestFactory.cs (.../MacroStabilityInwardsOutputTestFactory.cs) (revision db798825b9ed601ec3716399ce46e19d2ff2d8ea) @@ -21,6 +21,7 @@ using System; using System.Linq; +using Core.Common.Base.Data; namespace Ringtoets.MacroStabilityInwards.Data.TestUtil { @@ -51,7 +52,7 @@ Enumerable.Empty(), 0, 0), new MacroStabilityInwardsSlipPlaneUpliftVan(MacroStabilityInwardsGridTestFactory.Create(), MacroStabilityInwardsGridTestFactory.Create(), - new double[0]), + new RoundedDouble[0]), new MacroStabilityInwardsOutput.ConstructionProperties()); } @@ -76,9 +77,9 @@ MacroStabilityInwardsGridTestFactory.Create(), new[] { - -3.5, - 0.0, - 2.0 + (RoundedDouble) (-3.5), + (RoundedDouble) 0.0, + (RoundedDouble) 2.0 }), properties); }