Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Utils.Test/HeightStructuresHelperTest.cs =================================================================== diff -u -rb2f617ad0d8d6457422a569685763b9718740560 -r3e3087bd9c43ca5a3910438b3c9daf0defcb09bf --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Utils.Test/HeightStructuresHelperTest.cs (.../HeightStructuresHelperTest.cs) (revision b2f617ad0d8d6457422a569685763b9718740560) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Utils.Test/HeightStructuresHelperTest.cs (.../HeightStructuresHelperTest.cs) (revision 3e3087bd9c43ca5a3910438b3c9daf0defcb09bf) @@ -25,6 +25,7 @@ using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.HeightStructures.Data; +using Ringtoets.HeightStructures.Data.TestUtil; namespace Ringtoets.HeightStructures.Utils.Test { @@ -118,9 +119,7 @@ { InputParameters = { - HeightStructure = new HeightStructure("test", "1", new Point2D(1.1, 2.2), - 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, - 0.8, 0.9, 0.11, 0.12, 0.13, 0.14, 0.15) + HeightStructure = new TestHeightStructure("test", new Point2D(1.1, 2.2)) } }; @@ -140,9 +139,7 @@ { InputParameters = { - HeightStructure = new HeightStructure("test", "1", new Point2D(55.0, 66.0), - 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, - 0.8, 0.9, 0.11, 0.12, 0.13, 0.14, 0.15) + HeightStructure = new TestHeightStructure("test", new Point2D(55.0, 66.0)) } };