Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointPropertiesTest.cs =================================================================== diff -u -r9c8a4be86a9b3659738256e8f1c0542339d7b16a -ra49798da6ac2176d2e8b28ec6fec8a2494d8ee91 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointPropertiesTest.cs (.../SubMechanismIllustrationPointPropertiesTest.cs) (revision 9c8a4be86a9b3659738256e8f1c0542339d7b16a) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointPropertiesTest.cs (.../SubMechanismIllustrationPointPropertiesTest.cs) (revision a49798da6ac2176d2e8b28ec6fec8a2494d8ee91) @@ -65,7 +65,6 @@ // Call var properties = new SubMechanismIllustrationPointProperties(illustrationPoint, - new IllustrationPointNode[0], windDirection, closingSituation); @@ -112,10 +111,6 @@ TestHelper.AssertTypeConverter( nameof(SubMechanismIllustrationPointProperties.Results)); CollectionAssert.AreEqual(illustrationPoint.IllustrationPointResults, properties.Results); - - TestHelper.AssertTypeConverter( - nameof(SubMechanismIllustrationPointProperties.IllustrationPoints)); - CollectionAssert.IsEmpty(properties.IllustrationPoints); } [Test] @@ -125,8 +120,7 @@ var illustrationPointNode = new IllustrationPointNode(new TestSubMechanismIllustrationPoint()); // Call - var subMechanismProperties = new SubMechanismIllustrationPointProperties(illustrationPointNode.Data, - new IllustrationPointNode[0], + var subMechanismProperties = new SubMechanismIllustrationPointProperties((SubMechanismIllustrationPoint) illustrationPointNode.Data, "N", "Regular");