Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -r09c84a48786fe4ac28e40b7fc0470f56e4c00df4 -rb887e0d83a9ce38d959cc7d3ebbb4407a6bec416 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationsContextTreeNodeInfoTest.cs (.../DuneLocationsContextTreeNodeInfoTest.cs) (revision 09c84a48786fe4ac28e40b7fc0470f56e4c00df4) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationsContextTreeNodeInfoTest.cs (.../DuneLocationsContextTreeNodeInfoTest.cs) (revision b887e0d83a9ce38d959cc7d3ebbb4407a6bec416) @@ -31,6 +31,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.DuneErosion.Data; +using Ringtoets.DuneErosion.Data.TestUtil; using Ringtoets.DuneErosion.Forms.PresentationObjects; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; @@ -141,7 +142,7 @@ mocks.ReplayAll(); var mechanism = new DuneErosionFailureMechanism(); - mechanism.DuneLocations.Add(new DuneLocation(string.Empty, 0, 0, 0, 0, 0, 0)); + mechanism.DuneLocations.Add(new TestDuneLocation()); var context = new DuneLocationsContext(mechanism.DuneLocations, mechanism, assessmentSection); // Call