Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs =================================================================== diff -u -r81c23df3e9ae714f3708c7d655c39e83be210b9a -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs (.../HeightStructuresFailureMechanismViewTest.cs) (revision 81c23df3e9ae714f3708c7d655c39e83be210b9a) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs (.../HeightStructuresFailureMechanismViewTest.cs) (revision 06ce31cd7af024e22f8fd263b9ca85470ba3fda2) @@ -224,7 +224,7 @@ var assessmentSection = new AssessmentSectionStub(); assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { - new HydraulicBoundaryLocation(1, "test", 1.0, 2.0) + new HydraulicBoundaryLocation(1, "test1", 1.0, 2.0) }); using (var view = new HeightStructuresFailureMechanismView(new HeightStructuresFailureMechanism(), assessmentSection)) @@ -244,7 +244,6 @@ // When assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { - new HydraulicBoundaryLocation(1, "test", 1.0, 2.0), new HydraulicBoundaryLocation(2, "test2", 3.0, 4.0) }); assessmentSection.HydraulicBoundaryDatabase.Locations.NotifyObservers();