Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/IllustrationPoints/TestTopLevelIllustrationPoint.cs =================================================================== diff -u -rcf4e603504278167c0e077dc6920b9f028c396c0 -re0c69303985f5ad57106c5b7f18700d1a16ae3b3 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/IllustrationPoints/TestTopLevelIllustrationPoint.cs (.../TestTopLevelIllustrationPoint.cs) (revision cf4e603504278167c0e077dc6920b9f028c396c0) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/IllustrationPoints/TestTopLevelIllustrationPoint.cs (.../TestTopLevelIllustrationPoint.cs) (revision e0c69303985f5ad57106c5b7f18700d1a16ae3b3) @@ -31,7 +31,14 @@ { /// /// Creates a new instance of . + /// The name of the closing situation for this illustration point /// + public TestTopLevelIllustrationPoint(string closingSituation) + : base(WindDirectionTestFactory.CreateTestWindDirection(), closingSituation) {} + + /// + /// Creates a new instance of . + /// public TestTopLevelIllustrationPoint() : base(WindDirectionTestFactory.CreateTestWindDirection(), "Closing situation") {} }