Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r6f508b75b217be46357cbf83fca6d488b35c8b51 -r0300b0de9065853f59deb9264e6a70a9efc832e0 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 6f508b75b217be46357cbf83fca6d488b35c8b51) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 0300b0de9065853f59deb9264e6a70a9efc832e0) @@ -31,7 +31,6 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data.AssessmentSection; -using Ringtoets.Common.Data.DikeProfiles; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Data.TestUtil; @@ -144,7 +143,7 @@ { Structure = new TestHeightStructure(), HydraulicBoundaryLocation = CreateHydraulicBoundaryLocation(), - ForeshoreProfile = CreateForeshoreProfile() + ForeshoreProfile = new TestForeshoreProfile() } }; @@ -305,11 +304,6 @@ mockRepository.VerifyAll(); } - private static ForeshoreProfile CreateForeshoreProfile() - { - return new ForeshoreProfile(new Point2D(0, 0), Enumerable.Empty(), new BreakWater(BreakWaterType.Caisson, 0), new ForeshoreProfile.ConstructionProperties()); - } - private static HydraulicBoundaryLocation CreateHydraulicBoundaryLocation() { return new HydraulicBoundaryLocation(0, "name", 0.0, 1.1);