Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/ViewInfos/DuneLocationsViewInfoTest.cs =================================================================== diff -u -r6b62fabacd0f7c8409d46d69f5adac5dd5f18d1c -r59527a5120b5c6c1239449c823ea6b0f76000df6 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/ViewInfos/DuneLocationsViewInfoTest.cs (.../DuneLocationsViewInfoTest.cs) (revision 6b62fabacd0f7c8409d46d69f5adac5dd5f18d1c) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/ViewInfos/DuneLocationsViewInfoTest.cs (.../DuneLocationsViewInfoTest.cs) (revision 59527a5120b5c6c1239449c823ea6b0f76000df6) @@ -212,7 +212,7 @@ plugin.Activate(); using (var view = new DuneLocationsView(locations, - dl => new DuneLocationCalculation(new TestDuneLocation()), + dl => new DuneLocationCalculation(), failureMechanism, assessmentSection)) { @@ -243,7 +243,7 @@ mocks.ReplayAll(); using (var view = new DuneLocationsView(new ObservableList(), - dl => new DuneLocationCalculation(new TestDuneLocation()), + dl => new DuneLocationCalculation(), failureMechanism, assessmentSection)) { @@ -277,7 +277,7 @@ mocks.ReplayAll(); using (var view = new DuneLocationsView(new ObservableList(), - dl => new DuneLocationCalculation(new TestDuneLocation()), + dl => new DuneLocationCalculation(), new DuneErosionFailureMechanism(), assessmentSectionA)) { @@ -312,7 +312,7 @@ assessmentSection); using (var view = new DuneLocationsView(new ObservableList(), - dl => new DuneLocationCalculation(new TestDuneLocation()), + dl => new DuneLocationCalculation(), failureMechanism, assessmentSection)) { @@ -350,7 +350,7 @@ assessmentSectionB); using (var view = new DuneLocationsView(new ObservableList(), - dl => new DuneLocationCalculation(new TestDuneLocation()), + dl => new DuneLocationCalculation(), new DuneErosionFailureMechanism(), assessmentSectionA)) { @@ -379,7 +379,7 @@ mocks.ReplayAll(); using (var view = new DuneLocationsView(new ObservableList(), - dl => new DuneLocationCalculation(new TestDuneLocation()), + dl => new DuneLocationCalculation(), new DuneErosionFailureMechanism(), assessmentSection)) { @@ -402,7 +402,7 @@ mocks.ReplayAll(); using (var view = new DuneLocationsView(new ObservableList(), - dl => new DuneLocationCalculation(new TestDuneLocation()), + dl => new DuneLocationCalculation(), new DuneErosionFailureMechanism(), assessmentSection)) {