Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/FaultTreeIllustrationPointPropertiesTest.cs =================================================================== diff -u -rdf0dfaac54b07c9d3dc72b6db2d97f090b971314 -r57b198a3f80256e02b871d8de11c05d9f2dcf311 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/FaultTreeIllustrationPointPropertiesTest.cs (.../FaultTreeIllustrationPointPropertiesTest.cs) (revision df0dfaac54b07c9d3dc72b6db2d97f090b971314) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/FaultTreeIllustrationPointPropertiesTest.cs (.../FaultTreeIllustrationPointPropertiesTest.cs) (revision 57b198a3f80256e02b871d8de11c05d9f2dcf311) @@ -107,14 +107,21 @@ stochast }, CombinationType.And)); - var illustrationPointNodeChild = new IllustrationPointNode(new FaultTreeIllustrationPoint("Fault tree child", - 3.5, - new Stochast[0], - CombinationType.Or)); + var illustrationPointNodeChild1 = new IllustrationPointNode(new FaultTreeIllustrationPoint("Fault tree child", + 3.5, + new[] + { + stochast + }, + CombinationType.Or)); + var illustrationPointNodeChild2 = new IllustrationPointNode(new FaultTreeIllustrationPoint("Fault tree child 2", + 3.5, + new Stochast[0], + CombinationType.Or)); var illustrationPointNodeChildren = new[] { - illustrationPointNodeChild, - illustrationPointNodeChild + illustrationPointNodeChild1, + illustrationPointNodeChild2 }; illustrationPointNode.SetChildren(illustrationPointNodeChildren); @@ -170,8 +177,8 @@ var illustrationPointNode = new IllustrationPointNode(new TestFaultTreeIllustrationPoint()); illustrationPointNode.SetChildren(new[] { - new IllustrationPointNode(new TestSubMechanismIllustrationPoint()), - new IllustrationPointNode(new TestSubMechanismIllustrationPoint()) + new IllustrationPointNode(new TestSubMechanismIllustrationPoint("A")), + new IllustrationPointNode(new TestSubMechanismIllustrationPoint("B")) }); // Call @@ -238,8 +245,8 @@ var illustrationPointNode = new IllustrationPointNode(new TestFaultTreeIllustrationPoint()); illustrationPointNode.SetChildren(new[] { - new IllustrationPointNode(new TestSubMechanismIllustrationPoint()), - new IllustrationPointNode(new TestSubMechanismIllustrationPoint()) + new IllustrationPointNode(new TestSubMechanismIllustrationPoint("A")), + new IllustrationPointNode(new TestSubMechanismIllustrationPoint("B")) }); // Call