Index: Riskeer/DuneErosion/test/Riskeer.DuneErosion.Service.Test/DuneErosionDataSynchronizationServiceTest.cs =================================================================== diff -u -r88ae4247643ae374c6d687014f9f0ebe2866fe24 -rf3e91bf517e56a637f69a45b8ea0b9960a4e5bd3 --- Riskeer/DuneErosion/test/Riskeer.DuneErosion.Service.Test/DuneErosionDataSynchronizationServiceTest.cs (.../DuneErosionDataSynchronizationServiceTest.cs) (revision 88ae4247643ae374c6d687014f9f0ebe2866fe24) +++ Riskeer/DuneErosion/test/Riskeer.DuneErosion.Service.Test/DuneErosionDataSynchronizationServiceTest.cs (.../DuneErosionDataSynchronizationServiceTest.cs) (revision f3e91bf517e56a637f69a45b8ea0b9960a4e5bd3) @@ -121,7 +121,7 @@ // Setup var random = new Random(21); var failureMechanism = new DuneErosionFailureMechanism(); - var readDuneLocation = new ReadDuneLocation("Location 1", new Point2D(random.NextDouble(), random.NextDouble()), random.Next(), random.NextDouble()); + var readDuneLocation = new ReadDuneLocation("Location 1", new Point2D(random.NextDouble(), random.NextDouble()), random.Next(), random.Next()); var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(random.Next(), "Location 2", random.NextDouble(), random.NextDouble()); // Precondition