Index: Riskeer/DuneErosion/test/Riskeer.DuneErosion.Plugin.Test/Handlers/DuneLocationsUpdateHandlerTest.cs =================================================================== diff -u -r9339a780307cdb21ebe38cbd3aa8811e2c98d980 -r0c4b2665e29acffc0cc9b84e68fcf54059e4a711 --- Riskeer/DuneErosion/test/Riskeer.DuneErosion.Plugin.Test/Handlers/DuneLocationsUpdateHandlerTest.cs (.../DuneLocationsUpdateHandlerTest.cs) (revision 9339a780307cdb21ebe38cbd3aa8811e2c98d980) +++ Riskeer/DuneErosion/test/Riskeer.DuneErosion.Plugin.Test/Handlers/DuneLocationsUpdateHandlerTest.cs (.../DuneLocationsUpdateHandlerTest.cs) (revision 0c4b2665e29acffc0cc9b84e68fcf54059e4a711) @@ -133,7 +133,7 @@ CollectionAssert.IsEmpty(calculationsForTargetProbabilities[1].DuneLocationCalculations); // Call - var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, "test_1_100", 205354, 609735); + var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, "test_1_1000", 205354, 609735); handler.AddLocations(new[] { hydraulicBoundaryLocation @@ -187,7 +187,7 @@ // Call handler.AddLocations(new[] { - new HydraulicBoundaryLocation(1, "test_1_100", 205354, 609735) + new HydraulicBoundaryLocation(1, "test_1_1000", 205354, 609735) }); // Assert @@ -298,7 +298,7 @@ var handler = new DuneLocationsUpdateHandler(viewCommands, failureMechanism); handler.AddLocations(new[] { - new HydraulicBoundaryLocation(1, "Locatie_1_100", 205354, 609735) + new HydraulicBoundaryLocation(1, "Locatie_1_1000", 205354, 609735) }); // Precondition