Index: Ringtoets/Common/test/Ringtoets.Common.Util.Test/HydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs =================================================================== diff -u -rdb3e4d1c3334e8f0dbeb31b65dc255ce41e6d4c4 -rb924eda1c47fb3a2ac3409f0a9a95b65fa57edd2 --- Ringtoets/Common/test/Ringtoets.Common.Util.Test/HydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs (.../HydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs) (revision db3e4d1c3334e8f0dbeb31b65dc255ce41e6d4c4) +++ Ringtoets/Common/test/Ringtoets.Common.Util.Test/HydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs (.../HydraulicBoundaryLocationMapDataFeaturesFactoryTest.cs) (revision b924eda1c47fb3a2ac3409f0a9a95b65fa57edd2) @@ -20,11 +20,10 @@ // All rights reserved. using System; -using Core.Common.Base.Data; -using Core.Common.Base.Geometry; using Core.Components.Gis.Features; using NUnit.Framework; using Ringtoets.Common.Forms.TestUtil; +using Ringtoets.Common.Util.TestUtil; namespace Ringtoets.Common.Util.Test { @@ -46,11 +45,7 @@ public void CreateHydraulicBoundaryLocationFeature_WithLocation_ReturnFeature() { // Setup - var location = new AggregatedHydraulicBoundaryLocation(1, "test", new Point2D(0, 0), - (RoundedDouble) 0, (RoundedDouble) 0, - (RoundedDouble) 0, (RoundedDouble) 0, - (RoundedDouble) 0, (RoundedDouble) 0, - (RoundedDouble) 0, (RoundedDouble) 0); + AggregatedHydraulicBoundaryLocation location = AggregatedHydraulicBoundaryLocationTestHelper.Create(); // Call MapFeature feature = HydraulicBoundaryLocationMapDataFeaturesFactory.CreateHydraulicBoundaryLocationFeature(location); Index: Ringtoets/Common/test/Ringtoets.Common.Util.Test/Ringtoets.Common.Util.Test.csproj =================================================================== diff -u -rdb3e4d1c3334e8f0dbeb31b65dc255ce41e6d4c4 -rb924eda1c47fb3a2ac3409f0a9a95b65fa57edd2 --- Ringtoets/Common/test/Ringtoets.Common.Util.Test/Ringtoets.Common.Util.Test.csproj (.../Ringtoets.Common.Util.Test.csproj) (revision db3e4d1c3334e8f0dbeb31b65dc255ce41e6d4c4) +++ Ringtoets/Common/test/Ringtoets.Common.Util.Test/Ringtoets.Common.Util.Test.csproj (.../Ringtoets.Common.Util.Test.csproj) (revision b924eda1c47fb3a2ac3409f0a9a95b65fa57edd2) @@ -73,5 +73,9 @@ {D24FA2F7-28A7-413B-AFD3-EE10E985630B} Ringtoets.Common.Forms.TestUtil + + {54DF6303-BF9A-4AE9-BE09-4AF50EF27412} + Ringtoets.Common.Util.TestUtil + \ No newline at end of file