Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r96b69bc640175d67d60634df318abfe2b14d795a -reabf1a800431a23b06c8d81dfbf0f46a71bb659b --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 96b69bc640175d67d60634df318abfe2b14d795a) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision eabf1a800431a23b06c8d81dfbf0f46a71bb659b) @@ -441,9 +441,12 @@ { failureMechanism.GeneralInput.N2A = 6; - ClosingStructure closingStructure = new TestClosingStructure(); - failureMechanism.ClosingStructures.Add(closingStructure); - failureMechanism.ClosingStructures.Add(new TestClosingStructure()); + ClosingStructure closingStructure = new TestClosingStructure("structureA"); + failureMechanism.ClosingStructures.AddRange(new [] + { + closingStructure, + new TestClosingStructure("structureB") + }, @"C:\Folder" ); ForeshoreProfile foreshoreProfile = failureMechanism.ForeshoreProfiles[0]; HydraulicBoundaryLocation hydroLocation = assessmentSection.HydraulicBoundaryDatabase.Locations[0];