Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestForeshoreProfile.cs
===================================================================
diff -u -r7179946a6b62ebb33a90167c52af7c32f1100d73 -ra2b60a0453f55d7ef0c5b8007af602064499e8f7
--- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestForeshoreProfile.cs (.../TestForeshoreProfile.cs) (revision 7179946a6b62ebb33a90167c52af7c32f1100d73)
+++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestForeshoreProfile.cs (.../TestForeshoreProfile.cs) (revision a2b60a0453f55d7ef0c5b8007af602064499e8f7)
@@ -52,6 +52,8 @@
/// name and no .
///
/// Id of the profile.
+ /// Thrown when
+ /// is null, empty or whitespaces.
public TestForeshoreProfile(string profileId)
: this(profileId, "name", new Point2D(0, 0), null, Enumerable.Empty()) {}