Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismViewTest.cs =================================================================== diff -u -r24e90a2fa98b517b420bcd60e16ada43fb3fd6be -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismViewTest.cs (.../ClosingStructuresFailureMechanismViewTest.cs) (revision 24e90a2fa98b517b420bcd60e16ada43fb3fd6be) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismViewTest.cs (.../ClosingStructuresFailureMechanismViewTest.cs) (revision 06ce31cd7af024e22f8fd263b9ca85470ba3fda2) @@ -223,7 +223,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 ClosingStructuresFailureMechanismView(new ClosingStructuresFailureMechanism(), assessmentSection)) @@ -243,7 +243,6 @@ // When assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { - new HydraulicBoundaryLocation(1, "test", 1.0, 2.0), new HydraulicBoundaryLocation(2, "test2", 2.0, 3.0) }); assessmentSection.HydraulicBoundaryDatabase.Locations.NotifyObservers(); Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismViewTest.cs =================================================================== diff -u -re3525b83462e23f26b9220c00667bd3eb11d33ed -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismViewTest.cs (.../FailureMechanismViewTest.cs) (revision e3525b83462e23f26b9220c00667bd3eb11d33ed) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismViewTest.cs (.../FailureMechanismViewTest.cs) (revision 06ce31cd7af024e22f8fd263b9ca85470ba3fda2) @@ -237,7 +237,6 @@ // Call assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { - new HydraulicBoundaryLocation(1, "test1", 1.0, 2.0), new HydraulicBoundaryLocation(2, "test2", 3.0, 4.0) }); assessmentSection.HydraulicBoundaryDatabase.Locations.NotifyObservers(); Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismViewTest.cs =================================================================== diff -u -rf6e74516582b0e5c854526d50a90db1216417d9d -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismViewTest.cs (.../GrassCoverErosionInwardsFailureMechanismViewTest.cs) (revision f6e74516582b0e5c854526d50a90db1216417d9d) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismViewTest.cs (.../GrassCoverErosionInwardsFailureMechanismViewTest.cs) (revision 06ce31cd7af024e22f8fd263b9ca85470ba3fda2) @@ -218,7 +218,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 GrassCoverErosionInwardsFailureMechanismView(new GrassCoverErosionInwardsFailureMechanism(), assessmentSection)) @@ -238,7 +238,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(); 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(); Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs =================================================================== diff -u -r81c23df3e9ae714f3708c7d655c39e83be210b9a -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision 81c23df3e9ae714f3708c7d655c39e83be210b9a) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision 06ce31cd7af024e22f8fd263b9ca85470ba3fda2) @@ -172,7 +172,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 AssessmentSectionView(assessmentSection)) @@ -192,8 +192,7 @@ // When assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { - new HydraulicBoundaryLocation(1, "test", 1.0, 2.0), - new HydraulicBoundaryLocation(2, "new 2", 2, 3) + new HydraulicBoundaryLocation(2, "test2", 2.0, 3.0) }); assessmentSection.HydraulicBoundaryDatabase.Locations.NotifyObservers(); @@ -264,7 +263,7 @@ }; assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { - new HydraulicBoundaryLocation(1, "test", 1.0, 2.0) + new HydraulicBoundaryLocation(1, "test1", 1.0, 2.0) }); using (var view = new AssessmentSectionView(assessmentSection)) @@ -285,8 +284,7 @@ // Call assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { - new HydraulicBoundaryLocation(1, "test", 1.0, 2.0), - new HydraulicBoundaryLocation(2, "new 2", 2, 3) + new HydraulicBoundaryLocation(2, "test2", 2.0, 3.0) }); assessmentSection.HydraulicBoundaryDatabase.Locations.NotifyObservers(); Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsFailureMechanismViewTest.cs =================================================================== diff -u -r24e90a2fa98b517b420bcd60e16ada43fb3fd6be -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsFailureMechanismViewTest.cs (.../MacroStabilityInwardsFailureMechanismViewTest.cs) (revision 24e90a2fa98b517b420bcd60e16ada43fb3fd6be) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsFailureMechanismViewTest.cs (.../MacroStabilityInwardsFailureMechanismViewTest.cs) (revision 06ce31cd7af024e22f8fd263b9ca85470ba3fda2) @@ -240,7 +240,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 MacroStabilityInwardsFailureMechanismView(new MacroStabilityInwardsFailureMechanism(), assessmentSection)) @@ -260,7 +260,6 @@ // When assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { - new HydraulicBoundaryLocation(1, "test", 1.0, 2.0), new HydraulicBoundaryLocation(2, "test2", 2.0, 3.0) }); assessmentSection.HydraulicBoundaryDatabase.Locations.NotifyObservers(); Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingFailureMechanismViewTest.cs =================================================================== diff -u -r24e90a2fa98b517b420bcd60e16ada43fb3fd6be -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingFailureMechanismViewTest.cs (.../PipingFailureMechanismViewTest.cs) (revision 24e90a2fa98b517b420bcd60e16ada43fb3fd6be) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingFailureMechanismViewTest.cs (.../PipingFailureMechanismViewTest.cs) (revision 06ce31cd7af024e22f8fd263b9ca85470ba3fda2) @@ -237,7 +237,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 PipingFailureMechanismView(new PipingFailureMechanism(), assessmentSection)) @@ -257,7 +257,6 @@ // When assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { - new HydraulicBoundaryLocation(1, "test", 1.0, 2.0), new HydraulicBoundaryLocation(2, "test2", 2.0, 3.0) }); assessmentSection.HydraulicBoundaryDatabase.Locations.NotifyObservers(); Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresFailureMechanismViewTest.cs =================================================================== diff -u -rf6e74516582b0e5c854526d50a90db1216417d9d -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresFailureMechanismViewTest.cs (.../StabilityPointStructuresFailureMechanismViewTest.cs) (revision f6e74516582b0e5c854526d50a90db1216417d9d) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresFailureMechanismViewTest.cs (.../StabilityPointStructuresFailureMechanismViewTest.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 StabilityPointStructuresFailureMechanismView(new StabilityPointStructuresFailureMechanism(), 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(); Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverFailureMechanismViewTest.cs =================================================================== diff -u -rf6e74516582b0e5c854526d50a90db1216417d9d -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverFailureMechanismViewTest.cs (.../StabilityStoneCoverFailureMechanismViewTest.cs) (revision f6e74516582b0e5c854526d50a90db1216417d9d) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverFailureMechanismViewTest.cs (.../StabilityStoneCoverFailureMechanismViewTest.cs) (revision 06ce31cd7af024e22f8fd263b9ca85470ba3fda2) @@ -217,7 +217,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 StabilityStoneCoverFailureMechanismView(new StabilityStoneCoverFailureMechanism(), assessmentSection)) @@ -237,7 +237,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(); Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/Views/WaveImpactAsphaltCoverFailureMechanismViewTest.cs =================================================================== diff -u -rf6e74516582b0e5c854526d50a90db1216417d9d -r06ce31cd7af024e22f8fd263b9ca85470ba3fda2 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/Views/WaveImpactAsphaltCoverFailureMechanismViewTest.cs (.../WaveImpactAsphaltCoverFailureMechanismViewTest.cs) (revision f6e74516582b0e5c854526d50a90db1216417d9d) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/Views/WaveImpactAsphaltCoverFailureMechanismViewTest.cs (.../WaveImpactAsphaltCoverFailureMechanismViewTest.cs) (revision 06ce31cd7af024e22f8fd263b9ca85470ba3fda2) @@ -218,7 +218,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 WaveImpactAsphaltCoverFailureMechanismView(new WaveImpactAsphaltCoverFailureMechanism(), assessmentSection)) @@ -238,7 +238,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();