Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs =================================================================== diff -u -ra80af1a8fb7a87cd61648d481c8694bc22a763da -r7ce4c7b033f8983567620f4d1526b7247cf57682 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCreateExtensionsTest.cs) (revision a80af1a8fb7a87cd61648d481c8694bc22a763da) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCreateExtensionsTest.cs) (revision 7ce4c7b033f8983567620f4d1526b7247cf57682) @@ -72,69 +72,7 @@ int id = random.Next(0, 150); int order = random.Next(); - var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(id, testName, coordinateX, coordinateY) - { - DesignWaterLevelCalculation1 = - { - InputParameters = - { - ShouldIllustrationPointsBeCalculated = random.NextBoolean() - } - }, - DesignWaterLevelCalculation2 = - { - InputParameters = - { - ShouldIllustrationPointsBeCalculated = random.NextBoolean() - }, - Output = new TestHydraulicBoundaryLocationOutput(random.NextDouble()) - }, - DesignWaterLevelCalculation3 = - { - InputParameters = - { - ShouldIllustrationPointsBeCalculated = random.NextBoolean() - } - }, - DesignWaterLevelCalculation4 = - { - InputParameters = - { - ShouldIllustrationPointsBeCalculated = random.NextBoolean() - }, - Output = new TestHydraulicBoundaryLocationOutput(random.NextDouble()) - }, - WaveHeightCalculation1 = - { - InputParameters = - { - ShouldIllustrationPointsBeCalculated = random.NextBoolean() - } - }, - WaveHeightCalculation2 = - { - InputParameters = - { - ShouldIllustrationPointsBeCalculated = random.NextBoolean() - }, - Output = new TestHydraulicBoundaryLocationOutput(random.NextDouble()) - }, - WaveHeightCalculation3 = - { - InputParameters = - { - ShouldIllustrationPointsBeCalculated = random.NextBoolean() - } - }, - WaveHeightCalculation4 = - { - InputParameters = - { - ShouldIllustrationPointsBeCalculated = random.NextBoolean() - }, - Output = new TestHydraulicBoundaryLocationOutput(random.NextDouble()) - } - }; + var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(id, testName, coordinateX, coordinateY); var registry = new PersistenceRegistry(); // Call